summaryrefslogtreecommitdiff
path: root/misc/rpm
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-10-13 14:28:01 +0000
committeragc <agc@pkgsrc.org>1998-10-13 14:28:01 +0000
commit23459f7e3ddbf549f5fc9c2e5af5f7c89a844e94 (patch)
treec09c333f9620a3dc56bfd2690b2934493848a3a5 /misc/rpm
parent56732773c5468fcd53de41b0f19b578dd65c9d50 (diff)
downloadpkgsrc-23459f7e3ddbf549f5fc9c2e5af5f7c89a844e94.tar.gz
Make this compile properly, by using the rpm library in the build tree
- fix from "Gary D. Duzan" <gary@wheel.tiac.net>, in PR pkg/6273.
Diffstat (limited to 'misc/rpm')
-rw-r--r--misc/rpm/patches/patch-af10
1 files changed, 7 insertions, 3 deletions
diff --git a/misc/rpm/patches/patch-af b/misc/rpm/patches/patch-af
index 9d483b08d95..a415b89fc49 100644
--- a/misc/rpm/patches/patch-af
+++ b/misc/rpm/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.6 1998/08/07 11:10:29 agc Exp $
+$NetBSD: patch-af,v 1.7 1998/10/13 14:28:01 agc Exp $
--- tools/Makefile.in.orig Wed May 27 16:49:44 1998
+++ tools/Makefile.in Wed Jul 29 12:46:56 1998
-@@ -2,7 +2,7 @@
+@@ -2,10 +2,10 @@
VPATH = @srcdir@
top_srcdir = @top_srcdir@
@@ -10,7 +10,11 @@ $NetBSD: patch-af,v 1.6 1998/08/07 11:10:29 agc Exp $
+.include "../Makefile.inc"
PROGS = rpmlead rpmheader rpmarchive rpmsignature dump dumpdb
- LOADLIBES = @LIBS@ @LIBMISC@ @LIBINTL@
+-LOADLIBES = @LIBS@ @LIBMISC@ @LIBINTL@
++LDLIBS = @LIBS@ -lrpm @LIBMISC@ @LIBINTL@
+
+ TARGET=everything
+
@@ -26,6 +26,6 @@
$(PROGS): ../lib/librpm.a