diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 3156798..8e42f5a 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -21,7 +21,9 @@ sha256sums=('844a327a59f2de21e48e55176d45207036837f08935c3341ea963dc62a1531e3') build() { cd ${pkgname}-${pkgver} + CFLAGS="-fgnu89-inline -fcommon" ./configure --prefix=/usr + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }