]> git.pld-linux.org Git - packages/nss_db.git/blame - nss_db-amfix.patch
- rel 4
[packages/nss_db.git] / nss_db-amfix.patch
CommitLineData
c9ca27ba
JB
1--- nss_db-2.2.3pre1/src/Makefile.am.orig 2001-04-30 03:19:31.000000000 +0200
2+++ nss_db-2.2.3pre1/src/Makefile.am 2004-04-02 23:45:50.158293352 +0200
3@@ -28,13 +28,13 @@
4 libnss_db_la_LIBADD = @DB_LIBS@ -lnss_files
5
6 bin_PROGRAMS = makedb
7-makedb_SOURCES = makedb.c db-compat.c
8-makedb_LDADD = @DB_LIBS@ @INTLLIBS@
9+makedb_SOURCES = makedb.c
10+makedb_LDADD = db-compat.lo @DB_LIBS@ @INTLLIBS@
11
197a7ea1
JB
12 # To mimmick the old glibc installation as closely as possible, we
13 # shuffle the installed library and the links to it around a bit,
14 # removing all traces from libtool in the process.
15-install-data-local:
16+install-data-hook:
17 $(mkinstalldirs) $(DESTDIR)$(libdir)
18 rm $(DESTDIR)$(slibdir)/libnss_db.la
19 rm $(DESTDIR)$(slibdir)/libnss_db.so
This page took 0.069332 seconds and 4 git commands to generate.