]> git.pld-linux.org Git - packages/al.git/commitdiff
- chunk for Makefile.in to link with $LIBS
authorradek <radek@pld-linux.org>
Sun, 28 Nov 2004 01:40:18 +0000 (01:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    al-ac.patch -> 1.2

al-ac.patch

index 014b26a8b44a19385a9273262d4927e63cbf7b3c..d64c3f3e3dc8f9d99b15639916edf8b118739a7b 100644 (file)
@@ -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)
This page took 0.055248 seconds and 4 git commands to generate.