0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-22 19:17:06 +00:00
termux-packages/packages/libhtmlcxx/html-Makefile.am.patch
Tee KOBAYASHI e7d74b5d97 libhtmlcxx: Fix underlinking
* libhtmlcxx: Apply compiler-rt builtins hack
2023-04-04 20:31:44 +09:00

11 lines
238 B
Diff

--- a/html/Makefile.am
+++ b/html/Makefile.am
@@ -12,6 +12,7 @@
debug.h
libhtmlcxx_la_CXXFLAGS =
libhtmlcxx_la_LDFLAGS = -version-info 4:0:1
+libhtmlcxx_la_LIBADD = -liconv
# bin_PROGRAMS = htmlcxx
# htmlcxx_LDADD = libhtmlcxx.la