diff options
-rw-r--r-- | net/freeradius/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index 6620e8f4fa5..e594af1aa5e 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2015/06/12 10:50:40 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2015/11/08 01:04:11 sevan Exp $ DISTNAME= freeradius-${RADVER} PKGREVISION= 11 @@ -127,10 +127,6 @@ SUBST_SED.make+= -e 's|@ldap_ldflags@|@ldap_ldflags@ \ ${PTHREAD_LDFLAGS:M*:Q} ${PTHREAD_LIBS:M*:Q}|g' .endif -.if ${MACHINE_ARCH} == "amd64" -CFLAGS+= -fPIC -.endif - INSTALLATION_DIRS+= ${EGDIR}/certs/demoCA INSTALL_ENV+= R=${DESTDIR} MAKE_DIRS_PERMS+= ${PKG_SYSCONFDIR}/certs ${RADIUS_USER} ${RADIUS_GROUP} 0750 |