[arch-commits] Commit in plib/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Mon Sep 4 21:12:04 UTC 2017
Date: Monday, September 4, 2017 @ 21:12:03
Author: spupykin
Revision: 255695
upgpkg: plib 1.8.5-8: openscenegraph rebuild (add -fPIC)
Modified:
plib/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-04 20:58:53 UTC (rev 255694)
+++ PKGBUILD 2017-09-04 21:12:03 UTC (rev 255695)
@@ -4,7 +4,7 @@
pkgname=plib
pkgver=1.8.5
-pkgrel=7
+pkgrel=8
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
- CFLAGS=-fPIC LDFLAGS=-fPIC ./configure --prefix=/usr
+ CXXFLAGS=-fPIC CFLAGS=-fPIC LDFLAGS=-fPIC ./configure --prefix=/usr
make
}
More information about the arch-commits
mailing list