From 4184495efa15c76ab0bd7910eeffb4c23f8a9568 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sun, 23 Mar 2003 08:17:26 +0000 Subject: Fix unresolved symbols in the recode port. Without this fix the libs cannot be used with php. --- converters/recode/files/patch-src-Makefile.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 converters/recode/files/patch-src-Makefile.in (limited to 'converters/recode/files/patch-src-Makefile.in') diff --git a/converters/recode/files/patch-src-Makefile.in b/converters/recode/files/patch-src-Makefile.in new file mode 100644 index 000000000000..e168d585198b --- /dev/null +++ b/converters/recode/files/patch-src-Makefile.in @@ -0,0 +1,20 @@ +--- src/Makefile.in.orig Mon Jan 22 19:14:16 2001 ++++ src/Makefile.in Mon Mar 10 10:17:54 2003 +@@ -131,7 +131,7 @@ + + librecode_la_SOURCES = argmatch.c charname.c combine.c fr-charname.c hash.c iconv.c libiconv.c localcharset.c merged.c names.c outer.c quotearg.c recode.c request.c strip-pool.c task.c xmalloc.c $(C_STEPS) + +-librecode_la_LDFLAGS = -version-info 0:0:0 ++librecode_la_LDFLAGS = -version-info 3:6:0 + + INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/libiconv + DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@ +@@ -153,7 +153,7 @@ + + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ ../lib/libreco.a + ANSI2KNR = @ANSI2KNR@ + librecode_la_LIBADD = + librecode_la_OBJECTS = argmatch$U.lo charname$U.lo combine$U.lo \ -- cgit v1.2.3