pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ap-auth-openidc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Sep  6 10:25:40 UTC 2021

Modified Files:
        pkgsrc/www/ap-auth-openidc: Makefile

Log Message:
ap-auth-openidc: Requires libtool.

Fix submitted by goekesmi in NetBSD/pkgsrc#92.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ap-auth-openidc/Makefile

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

Modified files:

Index: pkgsrc/www/ap-auth-openidc/Makefile
diff -u pkgsrc/www/ap-auth-openidc/Makefile:1.1 pkgsrc/www/ap-auth-openidc/Makefile:1.2
--- pkgsrc/www/ap-auth-openidc/Makefile:1.1     Thu Jul 22 15:58:49 2021
+++ pkgsrc/www/ap-auth-openidc/Makefile Mon Sep  6 10:25:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/07/22 15:58:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/06 10:25:40 jperkin Exp $
 
 GITHUB_PROJECT=        mod_auth_openidc
 DISTNAME=      ${GITHUB_PROJECT}-2.4.8.4
@@ -13,6 +13,7 @@ LICENSE=      apache-2.0
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-apxs2=${APXS}
+USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 USE_TOOLS+=            pkg-config
 



Home | Main Index | Thread Index | Old Index