Skip to content

Commit

Permalink
Merge pull request #93 from mariux64/rebuild-system-perl
Browse files Browse the repository at this point in the history
Rebuild system perl - merge timeout
  • Loading branch information
donald authored Oct 23, 2019
2 parents 9bc41eb + eec6f27 commit 466d34a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ set -xe
# sudo chown -R bin:bin /usr/local/system/perl-VERSION-BUILD

PKG=perl
VERSION=5.28.1
BUILD=1
VERSION=5.30.0
BUILD=0

PREFIX=/usr/local/system/$PKG-$VERSION-$BUILD
if [ -n "$TESTING" ]; then PREFIX=/dev/shm/$PKG-$VERSION-$BUILD ; fi
Expand Down Expand Up @@ -145,7 +145,7 @@ cpan LWP::Protocol::https
test -d net-snmp-5.8 || tar xvf net-snmp-5.8.tar.gz
cd net-snmp-5.8
patch -N -p1 < /src/mariux/patches/net-snmp-0001-Fix-incompatible-definitions-of-U64-type.patch || true
./configure --prefix $PREFIX
./configure --prefix $PREFIX --with-rpm=no
make -j 1
make install
)
Expand Down

0 comments on commit 466d34a

Please sign in to comment.