pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/liboqs



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 14 15:24:03 UTC 2024

Modified Files:
        pkgsrc/security/liboqs: Makefile

Log Message:
liboqs: Stop build system from rejecting "unsupported" archs.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/liboqs/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/liboqs/Makefile
diff -u pkgsrc/security/liboqs/Makefile:1.2 pkgsrc/security/liboqs/Makefile:1.3
--- pkgsrc/security/liboqs/Makefile:1.2 Thu Oct 10 19:32:27 2024
+++ pkgsrc/security/liboqs/Makefile     Mon Oct 14 15:24:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/10/10 19:32:27 jschauma Exp $
+# $NetBSD: Makefile,v 1.3 2024/10/14 15:24:03 nia Exp $
 
 DISTNAME=      liboqs-0.11.0
 CATEGORIES=    security
@@ -15,6 +15,8 @@ PYTHON_FOR_BUILD_ONLY=        test
 TOOLS_CREATE+=         python3
 TOOLS_PATH.python3=    ${TOOL_PYTHONBIN:Q}
 
+CMAKE_CONFIGURE_ARGS+= -DOQS_PERMIT_UNSUPPORTED_ARCHITECTURE=ON
+
 REPLACE_BASH+= tests/run_astyle.sh
 REPLACE_BASH+= tests/test_spdx.sh
 REPLACE_BASH+= tests/test_vectors.sh



Home | Main Index | Thread Index | Old Index