Date: Sunday, October 2, 2011 @ 12:57:40
  Author: heftig
Revision: 139508

disable static

Modified:
  liboauth/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-10-02 16:53:43 UTC (rev 139507)
+++ PKGBUILD    2011-10-02 16:57:40 UTC (rev 139508)
@@ -17,7 +17,7 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 
 }

Reply via email to