diff options
author | tnn <tnn@pkgsrc.org> | 2020-10-23 09:20:59 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-10-23 09:20:59 +0000 |
commit | c3ce00a1cddac25291a839a3e8b40e8710f13cd2 (patch) | |
tree | bad1a64928d4099227a296fe08cd65399127524d /security/pam-passwdqc | |
parent | 042fa7f8324f2d6a52b9a98673cd3b0ef82fa1cd (diff) | |
download | pkgsrc-c3ce00a1cddac25291a839a3e8b40e8710f13cd2.tar.gz |
pam-*: g/c NO_STATIC_MODULES hacks. Handled in openpam/builtin.mk.
Diffstat (limited to 'security/pam-passwdqc')
-rw-r--r-- | security/pam-passwdqc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pam-passwdqc/Makefile b/security/pam-passwdqc/Makefile index 212ca007e53..80e2922b5e1 100644 --- a/security/pam-passwdqc/Makefile +++ b/security/pam-passwdqc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/01/26 17:32:06 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2020/10/23 09:20:59 tnn Exp $ # DISTNAME= passwdqc-1.1.4 @@ -13,7 +13,6 @@ COMMENT= Password strength checker BUILD_TARGET= pam INSTALLATION_DIRS= lib/security ${PKGMANDIR}/man8 ${PKGMANDIR}/man5 -CFLAGS+= -DNO_STATIC_MODULES do-install: ${INSTALL_DATA} ${WRKSRC}/libpasswdqc.so ${DESTDIR}${PREFIX}/lib |