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

Sergej Pupykin spupykin at archlinux.org
Mon Sep 4 20:58:05 UTC 2017


    Date: Monday, September 4, 2017 @ 20:58:04
  Author: spupykin
Revision: 255691

upgpkg: plib 1.8.5-7: openscenegraph rebuild (add -fPIC)

Modified:
  plib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-04 20:26:59 UTC (rev 255690)
+++ PKGBUILD	2017-09-04 20:58:04 UTC (rev 255691)
@@ -4,7 +4,7 @@
 
 pkgname=plib
 pkgver=1.8.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Set of libraries to write games and other realtime interactive applications"
 arch=('i686' 'x86_64')
 url="http://plib.sourceforge.net/"
@@ -18,7 +18,7 @@
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
-  ./configure --prefix=/usr
+  CFLAGS=-fPIC LDFLAGS=-fPIC ./configure --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list