mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/shhopt to 1.1.7-6
This commit is contained in:
parent
68bcae0159
commit
a5f089c9fb
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
pkgname=shhopt
|
pkgname=shhopt
|
||||||
pkgver=1.1.7
|
pkgver=1.1.7
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc="Library for parsing command line options"
|
pkgdesc="Library for parsing command line options"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://shh.thathost.com/pub-unix"
|
url="https://shh.thathost.com/pub-unix"
|
||||||
|
@ -18,6 +18,7 @@ md5sums=('caf24206354296e8a48771aea1f47fbd')
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
||||||
|
CFLAGS+=' -ffat-lto-objects'
|
||||||
[[ $CARCH == "armv7h" || $CARCH == "aarch64" ]] && CFLAGS+=" -fPIC"
|
[[ $CARCH == "armv7h" || $CARCH == "aarch64" ]] && CFLAGS+=" -fPIC"
|
||||||
make OPTIM="$CFLAGS" dep
|
make OPTIM="$CFLAGS" dep
|
||||||
make OPTIM="$CFLAGS"
|
make OPTIM="$CFLAGS"
|
||||||
|
|
Loading…
Reference in a new issue