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

Felix Yan felixonmars at archlinux.org
Sat May 26 03:47:37 UTC 2018


    Date: Saturday, May 26, 2018 @ 03:47:33
  Author: felixonmars
Revision: 324998

upgpkg: libcue 2.2.1-1

Modified:
  libcue/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-26 03:42:31 UTC (rev 324997)
+++ PKGBUILD	2018-05-26 03:47:33 UTC (rev 324998)
@@ -16,7 +16,7 @@
 
 build() {
 	cd ${pkgname}-${pkgver}
-	cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+	cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_SHARED_LIBS=ON .
 	make
 }
 



More information about the arch-commits mailing list