]> git.pld-linux.org Git - packages/ex.git/blob - ex-libs.patch
- up to 1.0.5
[packages/ex.git] / ex-libs.patch
1 --- ex-1.0.4/Makefile.in~       2004-03-25 19:59:13.000000000 +0100
2 +++ ex-1.0.4/Makefile.in        2004-11-28 15:36:10.000000000 +0100
3 @@ -72,7 +72,7 @@
4  
5  $(LIB_NAME): $(LIB_OBJS)
6         @$(LIBTOOL) --mode=link $(CC) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \
7 -           -version-info `$(SHTOOL) version -l txt -d libtool VERSION`
8 +           -version-info `$(SHTOOL) version -l txt -d libtool VERSION` $(LIBS)
9  
10  $(TST_NAME): $(TST_OBJS) $(LIB_NAME)
11         @$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $(TST_NAME) $(TST_OBJS) $(LIB_NAME) $(LIBS)
12 @@ -99,7 +99,7 @@
13         $(SHTOOL) install -c -m 755 ex-config $(DESTDIR)$(bindir)/
14         $(SHTOOL) install -c -m 644 ex.h $(DESTDIR)$(includedir)/
15         $(SHTOOL) install -c -m 644 ex.3 $(DESTDIR)$(mandir)/man3/
16 -       @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libex.la $(DESTDIR)$(libdir)/
17 +       @$(LIBTOOL) --mode=install $(SHTOOL) install -c libex.la $(DESTDIR)$(libdir)/
18  
19  uninstall:
20         @$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libex.la
This page took 0.073966 seconds and 3 git commands to generate.