extra/webkit2gtk: v8 fix

This commit is contained in:
Kevin Mihelich 2015-10-18 05:01:01 +00:00
parent 61b856fddc
commit 4b20762c92

View file

@ -39,6 +39,7 @@ build() {
# do not use LLINT assembly for v5/v6
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && CONFIG="-DENABLE_JIT=OFF"
[[ $CARCH == "aarch64" ]] && CONFIG="-DUSE_LD_GOLD=OFF"
cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \