[arch-commits] Commit in liboauth/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Oct 2 16:57:41 UTC 2011


    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
 
 }




More information about the arch-commits mailing list