mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-28 14:40:26 +00:00
Rebase tsk/Makefile.am patch to Makefile.am as the former one was
removed in the following upstream commit.
eb2c71558a
14 lines
359 B
Diff
14 lines
359 B
Diff
# ERROR: ./lib/libtsk.so contains undefined symbols: log
|
|
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -384,7 +384,7 @@
|
|
$(TSK_LIB_LIBS)
|
|
|
|
# current:revision:age
|
|
-tsk_libtsk_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:0:0 $(LIBTSK_LDFLAGS)
|
|
+tsk_libtsk_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:0:0 $(LIBTSK_LDFLAGS) -lm
|
|
|
|
EXTRA_DIST += \
|
|
tsk/tsk_tools_i.h \
|