summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-04-26 06:47:12 +0000
committerrillig <rillig@pkgsrc.org>2020-04-26 06:47:12 +0000
commit8b6d41814fa1c881ce2c79c3fa57cd811f19701e (patch)
treee19c55e2a040091ffd38c83d28a672cc4b403264 /cross
parent678faa9b1d88b2d2a322b0f8ed76f7161fa804fe (diff)
downloadpkgsrc-8b6d41814fa1c881ce2c79c3fa57cd811f19701e.tar.gz
cross/mingw-w64-x86_64-headers: remove unknown configure option
The packages using this file have multiple configure scripts, but none of them contains the words "secure api".
Diffstat (limited to 'cross')
-rw-r--r--cross/mingw-w64-x86_64-headers/Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/cross/mingw-w64-x86_64-headers/Makefile.common b/cross/mingw-w64-x86_64-headers/Makefile.common
index 209790e31e1..3bc9ed76c23 100644
--- a/cross/mingw-w64-x86_64-headers/Makefile.common
+++ b/cross/mingw-w64-x86_64-headers/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2019/12/29 01:08:14 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.6 2020/04/26 06:47:12 rillig Exp $
#
# used by cross/mingw-w64-x86_64-headers/Makefile
# used by cross/mingw-w64-i686-headers/Makefile
@@ -22,7 +22,6 @@ USE_TOOLS+= gmake
GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX= ${PREFIX}/cross/${MINGW_TARGET}/mingw
CONFIGURE_ARGS+= --enable-sdk=all
-CONFIGURE_ARGS+= --enable-secure-api
CONFIGURE_ARGS+= --host=${MINGW_TARGET}
.include "../../cross/mingw-w64/Makefile.common"