diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-07-05 20:08:13 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-07-06 08:59:49 +0200 |
commit | a4d0dd1f5db5958cdad3256093994939333afec2 (patch) | |
tree | 8f5b051558b83bcc4c0403438659028340de43f6 /source/l | |
parent | 3a97b5c90345b5a4a0ee4e9df0a88a9b57dfb3f5 (diff) | |
download | current-a4d0dd1f5db5958cdad3256093994939333afec2.tar.gz current-a4d0dd1f5db5958cdad3256093994939333afec2.tar.xz |
Fri Jul 5 20:08:13 UTC 201920190705200813
a/grub-2.04-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.6-x86_64-2.txz: Rebuilt.
Patched mysql_install_db to comment out PAM related setup.
Thanks to Labinnah.
l/argon2-20190702-x86_64-2.txz: Rebuilt.
Fixed library install path. Thanks to phenixia2003.
l/imagemagick-6.9.10_52-x86_64-1.txz: Upgraded.
n/ModemManager-1.10.4-x86_64-1.txz: Upgraded.
x/libdrm-2.4.99-x86_64-1.txz: Upgraded.
x/libinput-1.13.4-x86_64-1.txz: Upgraded.
isolinux/efiboot.img: Rebuilt.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/argon2/argon2.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/argon2/argon2.SlackBuild b/source/l/argon2/argon2.SlackBuild index d84f58abd..768c612d4 100755 --- a/source/l/argon2/argon2.SlackBuild +++ b/source/l/argon2/argon2.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=argon2 VERSION=${VERSION:-$(echo *.tar.?z | cut -f 1 -d .)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -88,7 +88,7 @@ find . \ # Fix build options and library path: sed -i "s/CFLAGS += -std=c89 -O3 -Wall -g -Iinclude -Isrc/CFLAGS += -std=c89 -Iinclude -Isrc/g" Makefile -sed -i "s/LIBRARY_REL = lib/LIBRARY_REL = lib${LIBDIRSUFFIX}/g" Makefile +sed -i "s/LIBRARY_REL ?= lib.*/LIBRARY_REL = lib${LIBDIRSUFFIX}/g" Makefile sed -i "s/CFLAGS += -march=\$(OPTTARGET)/CFLAGS += ${SLKCFLAGS}/g" Makefile make || exit 1 |