summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-12-07 18:30:54 +0800
committerpingplug2019-12-07 18:30:54 +0800
commit2bc09e62724e7df0bcf07a875398d96157c86f95 (patch)
tree37baf9d5bd3be0dca7295cef071ad9cf361da461
parenta84db6dff604ba3f68021757e9dcff29f3e469d0 (diff)
downloadaur-2bc09e62724e7df0bcf07a875398d96157c86f95.tar.gz
remove -U_FORTIFY_SOURCE
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ceaa266350e4..3e52ab2b1e7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-icu
pkgdesc = International Components for Unicode library (mingw-w64)
pkgver = 65.1
- pkgrel = 1
+ pkgrel = 2
url = http://site.icu-project.org
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index a9569e1a3cca..080506632fde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-icu
pkgver=65.1
-pkgrel=1
+pkgrel=2
pkgdesc="International Components for Unicode library (mingw-w64)"
arch=('any')
url="http://site.icu-project.org"
@@ -64,8 +64,6 @@ prepare() {
build() {
cd icu/source
mkdir -p nativebuild && pushd nativebuild
- CFLAGS=-fno-stack-protector
- CPPFLAGS=-U_FORTIFY_SOURCE # link error with latest mingw-w64-git
CC=gcc CXX=g++ ../configure --enable-static --disable-shared
make
popd