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

Bruno Pagani archange at archlinux.org
Mon Mar 15 08:44:09 UTC 2021


    Date: Monday, March 15, 2021 @ 08:44:09
  Author: archange
Revision: 891412

Add missing -fPIC

Modified:
  apache-orc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-15 08:33:40 UTC (rev 891411)
+++ PKGBUILD	2021-03-15 08:44:09 UTC (rev 891412)
@@ -3,7 +3,7 @@
 
 pkgname=apache-orc
 pkgver=1.6.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Columnar storage for Hadoop workloads."
 arch=(x86_64)
 url="https://orc.apache.org"
@@ -26,6 +26,7 @@
 
 build(){
   cmake -B build -S orc-rel-release-${pkgver} \
+    -DCMAKE_CXX_FLAGS="${CXXFLAGS} -fPIC" \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX="/usr" \
     -DLZ4_HOME="/usr" \



More information about the arch-commits mailing list