blob: f8ae8f5a32e2b316ce10307ab8091951fe616d87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- build/pkgs/pynac/spkg-install.orig 2014-05-06 11:21:42.000000000 +0000
+++ build/pkgs/pynac/spkg-install 2014-07-21 04:36:42.000000000 +0000
@@ -31,8 +31,12 @@
build_pynac()
{
+ chmod -R g-w ${PYNACDIR}
cd ${PYNACDIR}
PKG_CONFIG_PATH=${SAGE_LOCAL}/lib/pkgconfig; export PKG_CONFIG_PATH
+ aclocal
+ automake --add-missing
+ autoconf
./configure --disable-static --prefix=${SAGE_LOCAL} --libdir="$SAGE_LOCAL/lib"
$MAKE
if [ $? -ne 0 ]; then
|