diff options
Diffstat (limited to 'community/chrpath/PKGBUILD')
-rw-r--r-- | community/chrpath/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/chrpath/PKGBUILD b/community/chrpath/PKGBUILD index 52f6c4a6c..6aebf2278 100644 --- a/community/chrpath/PKGBUILD +++ b/community/chrpath/PKGBUILD @@ -4,7 +4,7 @@ pkgname=chrpath pkgver=0.13 -pkgrel=3 +pkgrel=3.1 pkgdesc="Change or delete the rpath or runpath in ELF files" arch=('i686' 'x86_64' 'mips64el') url="http://directory.fsf.org/project/chrpath/" @@ -15,7 +15,7 @@ md5sums=('b73072a8fbba277558c50364b65bb407') build() { cd "${srcdir}"/$pkgname-$pkgver - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST make } |