File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ 2019-04-26 Bruno Haible <bruno@clisp.org>
2+
3+ Tweak exported symbols when --enable-relocatable is used.
4+ * lib/Makefile.in (DEFS): Map 'relocate2' to a different symbol.
5+
162019-04-01 Bruno Haible <bruno@clisp.org>
27
38 build: Separate git operations from build operations.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ INCLUDES = -I. -I$(srcdir) -I../include -I$(srcdir)/../include -I.. -I$(srcdir)/
2424DEFS = -DLIBDIR=\"$(libdir ) \" -DBUILDING_LIBICONV -DBUILDING_DLL \
2525-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir ) \" -DNO_XMALLOC \
2626-Dset_relocation_prefix=libiconv_set_relocation_prefix \
27- -Drelocate=libiconv_relocate @DEFS@
27+ -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 @DEFS@
2828LIBTOOL = @LIBTOOL@
2929LIBTOOL_COMPILE = $(LIBTOOL ) --mode=compile
3030LIBTOOL_LINK = $(LIBTOOL ) --mode=link
You can’t perform that action at this time.
0 commit comments