libuv: Update from 1.20.0 to 1.20.1
[termux-packages] / packages / gettext / gnulib-libmakefile.am.patch
CommitLineData
7ac55958 1--- ../cache/gettext-0.19.8/gettext-tools/gnulib-lib/Makefile.am 2016-01-20 02:38:26.000000000 +0000
2+++ ./gettext-tools/gnulib-lib/Makefile.am 2017-02-24 21:24:59.916938343 +0000
3@@ -58,7 +58,6 @@
4 # Rules generated and collected by gnulib-tool.
5 include Makefile.gnulib
6
7-# Which classes to export from the shared library.
8 MOOPPFLAGS += --dllexport=styled_ostream
9
10 # OS/2 does not support a DLL name longer than 8 characters.
11@@ -67,10 +66,11 @@
12 endif
13
14 # Linking with C++ libraries is needed _only_ on mingw and Cygwin.
15+# .. termux edit because i can't be bothered fixing it properly.
16 if !WOE32DLL
17 libgettextlib_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
18 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
19- $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libgettextlib_la_LDFLAGS) $(LDFLAGS) \
20+ $(CCLD) $(AM_CFLAGS) $(CFLAGS) -lcroco-0.6 -lglib-2.0 -landroid-support -lpcre -lxml2 -lz -llzma -lm -lncurses -lunistring -liconv $(LDFLAGS) \
21 -o $@
22 else
23 libgettextlib_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \