pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/rpm rpm: help it find nss



details:   https://anonhg.NetBSD.org/pkgsrc/rev/235c90da6d55
branches:  trunk
changeset: 449938:235c90da6d55
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 08 08:54:30 2021 +0000

description:
rpm: help it find nss

diffstat:

 misc/rpm/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6b04498109b9 -r 235c90da6d55 misc/rpm/Makefile
--- a/misc/rpm/Makefile Thu Apr 08 08:48:55 2021 +0000
+++ b/misc/rpm/Makefile Thu Apr 08 08:54:30 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2020/08/31 18:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2021/04/08 08:54:30 wiz Exp $
 
 DISTNAME=      rpm-4.13.0.1
 PKGREVISION=   6
@@ -30,6 +30,9 @@
 CONFIGURE_ENV+=                varprefix=${RPM_DB_PREFIX:Q}
 CONFIGURE_ENV.Darwin+= ac_cv_func_fdatasync=no
 
+# for detecting nss
+CPPFLAGS+=             -I${PREFIX}/include/nss
+
 PKGCONFIG_OVERRIDE=    rpm.pc.in
 
 GMAKE_REQD=            3.82nb1



Home | Main Index | Thread Index | Old Index