summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-02-12 18:19:02 +0100
committerMichel Zou2019-02-12 18:19:02 +0100
commitf59e83a358b9f08145eac73a4d1f676173d69791 (patch)
tree57a2fab3a305eccdd7ea99c6d63bb3582eb16779
parentbafe467b43d3b0a90bda14d08d212cd9d177310b (diff)
downloadaur-f59e83a358b9f08145eac73a4d1f676173d69791.tar.gz
removed -fstack-protector-strong
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--mingw-configure.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e8e5f43ab6f..71f7d59846a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-configure
pkgdesc = configure wrapper for MinGW (mingw-w64)
pkgver = 0.1.1
- pkgrel = 3
+ pkgrel = 4
url = http://fedoraproject.org/wiki/MinGW
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 82ba545154ad..ed7f73bab9a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=mingw-w64-configure
pkgver=0.1.1
-pkgrel=3
+pkgrel=4
arch=(any)
pkgdesc="configure wrapper for MinGW (mingw-w64)"
depends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
diff --git a/mingw-configure.sh b/mingw-configure.sh
index 125d9f8ff66f..dbfee4ba652d 100644
--- a/mingw-configure.sh
+++ b/mingw-configure.sh
@@ -9,7 +9,7 @@ else
fi
default_mingw_pp_flags="-D_FORTIFY_SOURCE=2"
-default_mingw_compiler_flags="-O2 -pipe -fstack-protector-strong -fno-plt -fexceptions --param=ssp-buffer-size=4"
+default_mingw_compiler_flags="-O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4"
default_mingw_linker_flags="-Wl,-O1,--sort-common,--as-needed"
export CPPFLAGS="${MINGW_CPPFLAGS:-$default_mingw_pp_flags $CPPFLAGS}"