diff options
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r-- | misc/rpm/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 249202d6dcc..4dd74a6df3b 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2015/06/12 10:50:36 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2016/02/25 15:35:31 jperkin Exp $ DISTNAME= rpm-4.12.0.1 PKGREVISION= 2 @@ -54,18 +54,13 @@ MAKE_FLAGS+= ROOT=${DESTDIR} RPMDIR= ${RPM_DB_PREFIX}/lib/rpm FILES_SUBST+= RPMDIR=${RPMDIR:Q} -.include "../../mk/bsd.prefs.mk" - # The configure script doesn't detect whether libintl.so has any # library dependencies. # BROKEN_GETTEXT_DETECTION= yes -.if ${OPSYS} == "SunOS" -CFLAGS+= -fno-stack-protector -BUILDLINK_TRANSFORM+= rm:-fstack-protector -.endif - +BUILDLINK_TRANSFORM.SunOS+= rm:-fstack-protector +CFLAGS.SunOS+= -fno-stack-protector pre-configure: set -e; cd ${WRKSRC}; \ |