[arch-commits] Commit in libotr/trunk (PKGBUILD)
Gaetan Bisson
bisson at nymeria.archlinux.org
Sat Oct 26 07:50:55 UTC 2013
Date: Saturday, October 26, 2013 @ 09:50:55
Author: bisson
Revision: 197481
remove options enforced by newer pacman
Modified:
libotr/trunk/PKGBUILD
----------+
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-26 07:50:46 UTC (rev 197480)
+++ PKGBUILD 2013-10-26 07:50:55 UTC (rev 197481)
@@ -11,13 +11,12 @@
license=('GPL' 'LGPL')
arch=('i686' 'x86_64')
depends=('libgcrypt')
-options=('!libtool')
source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz")
sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+ ./configure --prefix=/usr --mandir=/usr/share/man
make
}
More information about the arch-commits
mailing list