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

Antonio Rojas arojas at archlinux.org
Tue Feb 18 18:22:05 UTC 2020


    Date: Tuesday, February 18, 2020 @ 18:22:05
  Author: arojas
Revision: 576059

Compile with -fPIC

Modified:
  nauty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 18:22:04 UTC (rev 576058)
+++ PKGBUILD	2020-02-18 18:22:05 UTC (rev 576059)
@@ -2,7 +2,7 @@
 
 pkgname=nauty
 pkgver=26r12
-pkgrel=3
+pkgrel=4
 pkgdesc="A program for computing automorphism groups of graphs and digraphs"
 arch=(x86_64)
 url="http://pallini.di.uniroma1.it/"
@@ -22,6 +22,7 @@
 build() {
   cd nauty$pkgver
 
+  export CFLAGS+=' -fPIC'
   ./configure
   make
 }



More information about the arch-commits mailing list