summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-12-02 18:23:45 +0100
committerMichel Zou2019-12-02 18:23:45 +0100
commit608472efb42789e9342dcaf9d703e51c7aa2cb81 (patch)
tree04a104e25cf80f2c716891e089b2cd75158a27b9
parent921b47b4ad89a4c6a7e997511d6c986e53ecce53 (diff)
downloadaur-608472efb427.tar.gz
drop lssp
-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 06ec2a91183d..1b62e9748fc7 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 = 7
+ pkgrel = 8
url = http://fedoraproject.org/wiki/MinGW
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 0b894bddc7a8..864cfbc293ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=mingw-w64-configure
pkgver=0.1.1
-pkgrel=7
+pkgrel=8
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 3235379cd257..5f89c4316c29 100644
--- a/mingw-configure.sh
+++ b/mingw-configure.sh
@@ -10,7 +10,7 @@ fi
default_mingw_pp_flags="-D_FORTIFY_SOURCE=2"
default_mingw_compiler_flags="-O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4"
-default_mingw_linker_flags="-Wl,-O1,--sort-common,--as-needed -fstack-protector -lssp"
+default_mingw_linker_flags="-Wl,-O1,--sort-common,--as-needed -fstack-protector"
export CPPFLAGS="${MINGW_CPPFLAGS:-$default_mingw_pp_flags $CPPFLAGS}"
export CFLAGS="${MINGW_CFLAGS:-$default_mingw_compiler_flags $CFLAGS}"