Skip to content

Rebuild system perl #93

Merged
merged 2 commits into from
Oct 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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