pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/liboauth2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun 14 05:06:20 UTC 2026

Modified Files:
        pkgsrc/security/liboauth2: Makefile

Log Message:
liboauth2: disable apache option

to fix build. apache is handled in separate liboauth2-apache package


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/liboauth2/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/liboauth2/Makefile
diff -u pkgsrc/security/liboauth2/Makefile:1.1 pkgsrc/security/liboauth2/Makefile:1.2
--- pkgsrc/security/liboauth2/Makefile:1.1      Sat Jun 13 11:06:10 2026
+++ pkgsrc/security/liboauth2/Makefile  Sun Jun 14 05:06:20 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/06/13 11:06:10 markd Exp $
+# $NetBSD: Makefile,v 1.2 2026/06/14 05:06:20 wiz Exp $
 
 .include "Makefile.common"
 
@@ -6,6 +6,8 @@ COMMENT=                OAuth 2.x and OpenID Connect C
 
 PKGCONFIG_OVERRIDE+=   liboauth2.pc.in
 
+CONFIGURE_ARGS+=       --without-apache
+
 .include "../../devel/pcre2/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/cjose/buildlink3.mk"



Home | Main Index | Thread Index | Old Index