]> git.pld-linux.org Git - packages/al.git/blob - al-ac.patch
- chunk for Makefile.in to link with $LIBS
[packages/al.git] / al-ac.patch
1 --- al-0.9.1/configure.ac~      2004-11-21 14:14:19.325639688 +0100
2 +++ al-0.9.1/configure.ac       2004-11-21 14:14:56.723954280 +0100
3 @@ -44,7 +44,7 @@
4  AC_PROG_LIBTOOL
5  
6  dnl ## local checks go here (not yet)
7 -dnl sinclude(al.ac)
8 +#
9  dnl AL_CHECK_ALL
10  
11  AC_CHECK_EXTLIB([OSSP ex], ex, __ex_ctx, ex.h,
12 --- al-0.9.1/Makefile.in~       2002-12-16 15:46:11.000000000 +0100
13 +++ al-0.9.1/Makefile.in        2004-11-28 02:36:06.000000000 +0100
14 @@ -71,7 +71,7 @@
15  
16  $(LIB_NAME): $(LIB_OBJS)
17         @$(LIBTOOL) --mode=link $(CC) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \
18 -           -version-info `$(SHTOOL) version -l txt -d libtool VERSION`
19 +           -version-info `$(SHTOOL) version -l txt -d libtool VERSION` $(LIBS)
20  
21  $(TST_NAME): $(TST_OBJS) $(LIB_NAME)
22         @$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $(TST_NAME) $(TST_OBJS) $(LIB_NAME) $(LIBS)
This page took 0.285373 seconds and 3 git commands to generate.