pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/duo-unix



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 11:57:09 UTC 2021

Modified Files:
        pkgsrc/security/duo-unix: Makefile

Log Message:
duo-unix: explicitly disable lib64


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/duo-unix/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/duo-unix/Makefile
diff -u pkgsrc/security/duo-unix/Makefile:1.5 pkgsrc/security/duo-unix/Makefile:1.6
--- pkgsrc/security/duo-unix/Makefile:1.5       Fri Dec  4 12:15:41 2020
+++ pkgsrc/security/duo-unix/Makefile   Fri May 14 11:57:09 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/12/04 12:15:41 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2021/05/14 11:57:09 nia Exp $
 #
 
 DISTNAME=      duo_unix-1.11.4
@@ -19,6 +19,7 @@ PKGCONFIG_OVERRIDE+=  lib/libduo.pc.in
 
 .include "options.mk"
 
+CONFIGURE_ARGS+=       --enable-lib64=no
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
 INSTALL_MAKE_FLAGS+=   sysconfdir=${PREFIX}/share/examples/duo-unix



Home | Main Index | Thread Index | Old Index