diff options
author | sbd <sbd@pkgsrc.org> | 2010-07-21 22:29:36 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2010-07-21 22:29:36 +0000 |
commit | 7f47face2250a51d966c6b0bebda63badf69074c (patch) | |
tree | 0b848f2c0bc6ebe7afb38ecf8de55a364aa4455a | |
parent | 1d2ce8b40580a6f0bba9f1f7b3f27daf522a1d82 (diff) | |
download | pkgsrc-7f47face2250a51d966c6b0bebda63badf69074c.tar.gz |
If db4 is selected as the DBD_TYPE then PTHEADS_LDFLAGS is needed for linking.
-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} |