Date: Thursday, July 13, 2017 @ 20:50:58
  Author: bpiotrowski
Revision: 245023

1.8.5-6: PIE static libraries rebuild

Modified:
  plib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-07-13 20:49:13 UTC (rev 245022)
+++ PKGBUILD    2017-07-13 20:50:58 UTC (rev 245023)
@@ -4,7 +4,7 @@
 
 pkgname=plib
 pkgver=1.8.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Set of libraries to write games and other realtime interactive 
applications"
 arch=('i686' 'x86_64')
 url="http://plib.sourceforge.net/";
@@ -18,7 +18,6 @@
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
-  [ "$CARCH" = "x86_64" ] && export CXXFLAGS="$CXXFLAGS -fPIC"
   ./configure --prefix=/usr
   make
 }

Reply via email to