summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66e9fc04eb34..eaa8ed3a3ad1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ghdl-mcode-git
pkgdesc = VHDL simulator - mcode back-end
pkgver = 2.0.0dev.r6945.gaee3585af
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ghdl/ghdl
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 3cb1bba7397c..0de283e8f076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ghdl-mcode-git
pkgver=2.0.0dev.r6945.gaee3585af
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'i686' 'pentium4')
pkgdesc='VHDL simulator - mcode back-end'
url='https://github.com/ghdl/ghdl'
@@ -45,6 +45,10 @@ pkgver() {
build() {
cd "${srcdir}/ghdl"
+ export ADA_FLAGS="$CFLAGS -fno-strict-aliasing"
+ ADA_FLAGS="${ADA_FLAGS//-Wformat}"
+ ADA_FLAGS="${ADA_FLAGS//-Werror=format-security}"
+
./configure \
--prefix=/usr/ \
--enable-libghdl \