diff --git a/community/shhmsg/PKGBUILD b/community/shhmsg/PKGBUILD index 6800e153e..2a81c2f88 100644 --- a/community/shhmsg/PKGBUILD +++ b/community/shhmsg/PKGBUILD @@ -6,7 +6,7 @@ pkgname=shhmsg pkgver=1.4.2 -pkgrel=4 +pkgrel=5 pkgdesc="Library for displaying messages" arch=('x86_64') url="https://shh.thathost.com/pub-unix" @@ -18,6 +18,7 @@ md5sums=('30cab93040d2892539847437b7246b8b') build() { cd $pkgname-$pkgver + CFLAGS+=' -ffat-lto-objects' [[ $CARCH == "armv7h" || $CARCH == "aarch64" ]] && CFLAGS+=" -fPIC" make OPTIM="$CFLAGS" dep make OPTIM="$CFLAGS"