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

Evangelos Foutras foutrelis at archlinux.org
Tue Oct 6 21:07:15 UTC 2015


    Date: Tuesday, October 6, 2015 @ 23:07:15
  Author: foutrelis
Revision: 143065

Use more elegant pkg-config command for libffi

Modified:
  lib32-llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-06 20:47:54 UTC (rev 143064)
+++ PKGBUILD	2015-10-06 21:07:15 UTC (rev 143065)
@@ -74,7 +74,7 @@
     -DLLVM_BUILD_DOCS=OFF \
     -DLLVM_ENABLE_SPHINX=OFF \
     -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