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

Evangelos Foutras foutrelis at archlinux.org
Tue Oct 6 21:05:35 UTC 2015


    Date: Tuesday, October 6, 2015 @ 23:05:35
  Author: foutrelis
Revision: 248434

Use more elegant pkg-config command for libffi

Modified:
  llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-06 19:59:56 UTC (rev 248433)
+++ PKGBUILD	2015-10-06 21:05:35 UTC (rev 248434)
@@ -99,7 +99,7 @@
     -DLLVM_BUILD_DOCS=ON \
     -DLLVM_ENABLE_SPHINX=ON \
     -DLLVM_ENABLE_DOXYGEN=OFF \
-    -DFFI_INCLUDE_DIR=$(pkg-config --cflags-only-I libffi | cut -c3-) \
+    -DFFI_INCLUDE_DIR=$(pkg-config --variable=includedir libffi) \
     -DLLVM_BINUTILS_INCDIR=/usr/include \
     ..
 



More information about the arch-commits mailing list