diff options
author | sbd <sbd> | 2010-07-21 22:29:36 +0000 |
---|---|---|
committer | sbd <sbd> | 2010-07-21 22:29:36 +0000 |
commit | 3928cc6e49e8ab1c8f758e58a94d2b8c6e5dc012 (patch) | |
tree | 0b848f2c0bc6ebe7afb38ecf8de55a364aa4455a /misc/rpm | |
parent | b207164281f764495ac391316ba90255dc710cb5 (diff) | |
download | pkgsrc-3928cc6e49e8ab1c8f758e58a94d2b8c6e5dc012.tar.gz |
If db4 is selected as the DBD_TYPE then PTHEADS_LDFLAGS is needed for linking.
Diffstat (limited to 'misc/rpm')
-rw-r--r-- | misc/rpm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index e8384a50b00..f166e96156b 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2010/01/21 17:41:07 heinz Exp $ +# $NetBSD: Makefile,v 1.71 2010/07/21 22:29:36 sbd Exp $ DISTNAME= rpm-2.5.4 PKGREVISION= 6 @@ -30,6 +30,7 @@ CONFIGURE_ENV+= varprefix=${RPM_DB_PREFIX:Q} # Needs help finding bdb. LIBS+= ${BDB_LIBS:Q} +LDFLAGS+= ${PTHREAD_LDFLAGS} MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man8 MAKE_FLAGS+= ROOT=${DESTDIR} |