]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-lt14d.patch
- rebuild with latest rpm.macros
[packages/rpm.git] / rpm-lt14d.patch
1 --- rpm-4.0.4/rpmio/Makefile.am.orig    Tue May 21 19:07:54 2002
2 +++ rpm-4.0.4/rpmio/Makefile.am Tue May 21 19:26:14 2002
3 @@ -24,6 +24,7 @@
4  LIBS = @LIBS@ @WITH_ZLIB_LIB@ -lrt -lpthread
5  
6  BEECRYPTLOBJS = $(shell cat $(top_builddir)/beecrypt/listobjs)
7 +BEECRYPTOBJS = $(BEECRYPTLOBJS:%.lo=%.o)
8  
9  lib_LTLIBRARIES = librpmio.la
10  librpmio_la_SOURCES = digest.c macro.c rpmio.c rpmlog.c rpmmalloc.c \
11 @@ -45,6 +46,12 @@
12         for lo in $(BEECRYPTLOBJS); do \
13           [ -f $$lo ] || $(LN_S) $(top_builddir)/beecrypt/$$lo $$lo ; \
14         done
15 +       for lo in $(BEECRYPTOBJS) ; do \
16 +         [ ! -f $$lo -a -f $(top_builddir)/beecrypt/$$lo ] && $(LN_S) \
17 +               $(top_builddir)/beecrypt/$$lo $$lo ; \
18 +         [ ! -f .libs/$$lo -a -f $(top_builddir)/beecrypt/.libs/$$lo ] && $(LN_S) \
19 +               ../$(top_builddir)/beecrypt/.libs/$$lo .libs/$$lo ; \
20 +       done
21         touch $@
22  
23  clean-local:
This page took 0.024934 seconds and 3 git commands to generate.