[arch-commits] Commit in xdg-utils-cxx/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Apr 1 19:39:03 UTC 2019


    Date: Monday, April 1, 2019 @ 19:39:03
  Author: arojas
Revision: 349551

-fPIC

Modified:
  xdg-utils-cxx/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-01 19:32:37 UTC (rev 349550)
+++ PKGBUILD	2019-04-01 19:39:03 UTC (rev 349551)
@@ -2,7 +2,7 @@
 
 pkgname=xdg-utils-cxx
 pkgver=0.git20190307
-pkgrel=1
+pkgrel=2
 _commit=6e6428a3248566ef0fd0c448fda8eb83e8835c31
 pkgdesc="Implementation of the FreeDesktop specifications to be used in C++ projects"
 arch=(x86_64)
@@ -22,7 +22,8 @@
   cd build
   cmake ../$pkgname \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_CXX_FLAGS="${CXXFLAGS} -fPIC"
   make
 }
 



More information about the arch-commits mailing list