community/shhmsg to 1.4.2-5

This commit is contained in:
Kevin Mihelich 2022-04-24 18:45:18 +00:00
parent d03844d536
commit 68bcae0159

View file

@ -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"