diff options
Diffstat (limited to 'source/n')
-rw-r--r-- | source/n/dhcpcd/dhcpcd-7.0.5b.tar.xz.distinfo | 1 | ||||
-rw-r--r-- | source/n/dhcpcd/dhcpcd-7.0.6.tar.xz.distinfo | 1 | ||||
-rwxr-xr-x | source/n/php/fetch-php.sh | 4 | ||||
-rwxr-xr-x | source/n/php/php.SlackBuild | 4 |
4 files changed, 6 insertions, 4 deletions
diff --git a/source/n/dhcpcd/dhcpcd-7.0.5b.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-7.0.5b.tar.xz.distinfo deleted file mode 100644 index 09d1357d..00000000 --- a/source/n/dhcpcd/dhcpcd-7.0.5b.tar.xz.distinfo +++ /dev/null @@ -1 +0,0 @@ -SHA256 (dhcpcd-7.0.5b.tar.xz) = 587cdaba99cc8778a6cbe3a52728e37ac0f4dfbc9d5b702d48a505be0162317d diff --git a/source/n/dhcpcd/dhcpcd-7.0.6.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-7.0.6.tar.xz.distinfo new file mode 100644 index 00000000..abf5e62d --- /dev/null +++ b/source/n/dhcpcd/dhcpcd-7.0.6.tar.xz.distinfo @@ -0,0 +1 @@ +SHA256 (dhcpcd-7.0.6.tar.xz) = 727aa7ca972ab45ccad9238ae102604cca94ada87989305d04d81196d78ac341 diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index 23c47ac1..bca2a3bd 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.2.6.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.2.6.tar.xz +lftpget http://us.php.net/distributions/php-7.2.7.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.2.7.tar.xz diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild index fe7d1f7b..a0623336 100755 --- a/source/n/php/php.SlackBuild +++ b/source/n/php/php.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=php VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ALPINE=2.21 -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -241,6 +241,8 @@ CXXFLAGS="$SLKCFLAGS -DU_USING_ICU_NAMESPACE=1" \ --with-pic \ --enable-phpdbg \ --with-sodium \ + --without-readline \ + --with-libedit \ --build=$ARCH-slackware-linux || exit 1 # I am told this option is worse than nothing. :-) |