From 7e0cba1caf2417389a82acdc087ff39dbdb80d94 Mon Sep 17 00:00:00 2001 From: radek Date: Sun, 28 Nov 2004 01:40:18 +0000 Subject: [PATCH] - chunk for Makefile.in to link with $LIBS Changed files: al-ac.patch -> 1.2 --- al-ac.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/al-ac.patch b/al-ac.patch index 014b26a..d64c3f3 100644 --- a/al-ac.patch +++ b/al-ac.patch @@ -9,3 +9,14 @@ dnl AL_CHECK_ALL AC_CHECK_EXTLIB([OSSP ex], ex, __ex_ctx, ex.h, +--- al-0.9.1/Makefile.in~ 2002-12-16 15:46:11.000000000 +0100 ++++ al-0.9.1/Makefile.in 2004-11-28 02:36:06.000000000 +0100 +@@ -71,7 +71,7 @@ + + $(LIB_NAME): $(LIB_OBJS) + @$(LIBTOOL) --mode=link $(CC) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \ +- -version-info `$(SHTOOL) version -l txt -d libtool VERSION` ++ -version-info `$(SHTOOL) version -l txt -d libtool VERSION` $(LIBS) + + $(TST_NAME): $(TST_OBJS) $(LIB_NAME) + @$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $(TST_NAME) $(TST_OBJS) $(LIB_NAME) $(LIBS) -- 2.43.0