summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae9ea862d648..ef27fe116749 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libxmp
pkgdesc = Library that supports over 90 module formats (Amiga, Atari, ..)
pkgver = 4.5.0
- pkgrel = 1
+ pkgrel = 2
url = http://xmp.sourceforge.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0531628b0d46..d5c225aaf30d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libxmp
pkgver=4.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Library that supports over 90 module formats (Amiga, Atari, ..)"
arch=('i686' 'x86_64')
url="http://xmp.sourceforge.net/"
@@ -12,6 +12,8 @@ options=(!emptydirs)
source=("http://download.sourceforge.net/project/xmp/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('7847d262112d14e8442f44e5ac6ed9ddbca54c251284720b563c852b31f26e75')
+CFLAGS="$CFLAGS -fno-lto"
+
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr