[arch-commits] Commit in midori/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sat Oct 20 17:39:13 UTC 2018
Date: Saturday, October 20, 2018 @ 17:39:12
Author: arodseth
Revision: 398103
upgpkg: midori 0.5.11-9
Modified:
midori/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-20 16:58:29 UTC (rev 398102)
+++ PKGBUILD 2018-10-20 17:39:12 UTC (rev 398103)
@@ -51,13 +51,12 @@
# CMake + Vala are not swayed by VALAFLAGS to build with PIC. Need to find a different method.
#-DVALAFLAGS="$(for f in $(echo $CFLAGS $CXXFLAGS $LDFLAGS | tr ' ' '\n'); do echo -X "\"$f\""; done | xargs echo)" \
#-DVALAFLAGS="-X -fPIC" \
-
cmake "../$pkgname-$pkgver" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DHALF_BRO_INCOM_WEBKIT2=ON \
- -DCMAKE_C_FLAGS="$CFLAGS -w" \
- -DVALA_CFLAGS="$CFLAGS -w" \
+ -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+ -DVALA_CFLAGS="$CFLAGS -fPIC -w" \
-G Ninja
ninja
}
More information about the arch-commits
mailing list