diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-04 21:14:28 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-04 21:14:28 +0100 |
commit | 8147480b059d53d82687090fc1e08b7eaee19917 (patch) | |
tree | 7f6d156c079c717d08275f1790e591720e0df95a /community/chrpath/PKGBUILD | |
parent | 03346d9676b006b2ba496a44d56f3efccc185d6a (diff) |
lib32 rebuilds.
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 } |