Skip to content

Commit b2ae6d4

Browse files
committed
Tweak exported symbols when --enable-relocatable is used.
1 parent 4d1a21e commit b2ae6d4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
2019-04-01 Bruno Haible <bruno@clisp.org>
27

38
build: Separate git operations from build operations.

lib/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ INCLUDES = -I. -I$(srcdir) -I../include -I$(srcdir)/../include -I.. -I$(srcdir)/
2424
DEFS = -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@
2828
LIBTOOL = @LIBTOOL@
2929
LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile
3030
LIBTOOL_LINK = $(LIBTOOL) --mode=link

0 commit comments

Comments
 (0)