diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-01-17 04:52:06 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-01-17 08:59:46 +0100 |
commit | 2599c079a5439bfa89ca40e98351663d772c2966 (patch) | |
tree | 12c6b52083722d307853c0297b65cefd6378fb67 /source/l/talloc | |
parent | 84fb91477c1ea1a3be526d1c0de50b1ed475301e (diff) | |
download | current-2599c079a5439bfa89ca40e98351663d772c2966.tar.gz |
Thu Jan 17 04:52:06 UTC 201920190117045206
a/kernel-generic-4.19.16-x86_64-1.txz: Upgraded.
a/kernel-huge-4.19.16-x86_64-1.txz: Upgraded.
a/kernel-modules-4.19.16-x86_64-1.txz: Upgraded.
d/kernel-headers-4.19.16-x86-1.txz: Upgraded.
k/kernel-source-4.19.16-noarch-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/l/talloc')
-rwxr-xr-x | source/l/talloc/talloc.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/l/talloc/talloc.SlackBuild b/source/l/talloc/talloc.SlackBuild index b642658f..52ea31fd 100755 --- a/source/l/talloc/talloc.SlackBuild +++ b/source/l/talloc/talloc.SlackBuild @@ -85,6 +85,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Fix path to waf binary: +sed -i "s|../../buildtools/bin/waf|buildtools/bin/waf|g" Makefile + # Configure: CFLAGS="$SLKCFLAGS" \ ./configure \ @@ -98,7 +101,7 @@ CFLAGS="$SLKCFLAGS" \ --bundled-libraries=NONE \ --builtin-libraries=replace \ --disable-silent-rules \ - --extra-python=/usr/bin/python3 \ + --extra-python=/usr/bin/python \ --build=$ARCH-slackware-linux || exit 1 # Build and install: |