pkgsrc-WIP-changes archive

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

wolfssl: Aligns the GNU_CONFIGURE variable correctly.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Mon Jan 27 16:45:30 2020 -0500
Changeset:	0d0748fb56767cb79987673646bf3e350f3b1ed8

Modified Files:
	wolfssl/Makefile

Log Message:
wolfssl: Aligns the GNU_CONFIGURE variable correctly.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0d0748fb56767cb79987673646bf3e350f3b1ed8

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

diffstat:
 wolfssl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/wolfssl/Makefile b/wolfssl/Makefile
index 16d3f3a9a0..88e02abd94 100644
--- a/wolfssl/Makefile
+++ b/wolfssl/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://www.wolfssl.com/
 COMMENT=	Embedded SSL C-Library
 LICENSE=	gnu-gpl-v2
 
-GNU_CONFIGURE=	yes
+GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--disable-dependency-tracking
 CONFIGURE_ARGS+=	--enable-dh
 CONFIGURE_ARGS+=	--enable-dsa


Home | Main Index | Thread Index | Old Index