Date: Saturday, October 26, 2013 @ 09:50:59
  Author: bisson
Revision: 197482

remove options enforced by newer pacman

Modified:
  libots/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-10-26 07:50:55 UTC (rev 197481)
+++ PKGBUILD    2013-10-26 07:50:59 UTC (rev 197482)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libxml2' 'glib2')
-options=('!libtool' '!makeflags')
+options=('!makeflags')
 
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz";)
 sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
 
@@ -23,7 +23,7 @@
        aclocal
        automake --add-missing --force
        autoconf
-       ./configure --prefix=/usr --disable-static
+       ./configure --prefix=/usr
        make
 }
 

Reply via email to