mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-06 02:26:34 +00:00
a734bf2478
Co-Authored-By: kawanakaiku <80381779+kawanakaiku@users.noreply.github.com>
13 lines
347 B
Diff
13 lines
347 B
Diff
diff -uNr a/src/Makefile.am b/src/Makefile.am
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -14,7 +14,7 @@
|
|
|
|
localedir = $(datadir)/locale
|
|
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/src
|
|
-FILESYSTEM_LDFLAGS = -lstdc++fs
|
|
+FILESYSTEM_LDFLAGS =
|
|
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
|
|
|
|
bin_PROGRAMS=aptitude
|