diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-20 15:57:08 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-20 15:57:08 -0300 |
commit | 3bdbfb0d0e7c56a94ef8b0f5cda1a87ee6ceb72c (patch) | |
tree | 93ef4ed4433cc10bd93ea7df7d783c6dcf6e6ba4 /pcr/libqb/PKGBUILD | |
parent | 8b8d7e159368a5b54e9c9e20927c3347caae6e26 (diff) | |
parent | 2ea4fee3286319c7f08c4ef0862be2e156f2a860 (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/libqb/PKGBUILD')
-rw-r--r-- | pcr/libqb/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pcr/libqb/PKGBUILD b/pcr/libqb/PKGBUILD index 6b9d7d9d7..85b3ff082 100644 --- a/pcr/libqb/PKGBUILD +++ b/pcr/libqb/PKGBUILD @@ -2,7 +2,7 @@ pkgname=libqb pkgver=0.14.4 -pkgrel=2 +pkgrel=3 pkgdesc='Library with the primary purpose of providing high performance client server reusable features' arch=( i686 @@ -14,7 +14,7 @@ makedepends=( splint ) license=LGPL2.1 -options=!libtool +options=(!libtool) url=https://github.com/asalkeld/$pkgname/wiki source=https://github.com/asalkeld/$pkgname/archive/v$pkgver.tar.gz sha512sums=1377e38d5547eb516b255c0aa0972e858048053202692d7d5ef1c746d79dee2c78eddc29e797215376990f2c776b34261f765858606b59d77f9218fb0dac5977 @@ -25,7 +25,8 @@ build() { setarch $CARCH ./configure --prefix=/usr\ --disable-fatal-warnings\ --disable-static\ - --libdir=/usr/lib + --libdir=/usr/lib\ + --sbindir=/usr/bin setarch $CARCH make } |