Tweak exported symbols when --enable-relocatable is used.
diff --git a/ChangeLog b/ChangeLog
index f3c5a1e..e0fedb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-04-26  Bruno Haible  <bruno@clisp.org>
+
+	Tweak exported symbols when --enable-relocatable is used.
+	* lib/Makefile.in (DEFS): Map 'relocate2' to a different symbol.
+
 2019-04-01  Bruno Haible  <bruno@clisp.org>
 
 	build: Separate git operations from build operations.
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 5a4a687..61d0ba2 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -24,7 +24,7 @@
 DEFS = -DLIBDIR=\"$(libdir)\" -DBUILDING_LIBICONV -DBUILDING_DLL \
 -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \
 -Dset_relocation_prefix=libiconv_set_relocation_prefix \
--Drelocate=libiconv_relocate @DEFS@
+-Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 @DEFS@
 LIBTOOL = @LIBTOOL@
 LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile
 LIBTOOL_LINK = $(LIBTOOL) --mode=link