Browse Source
system/steghide: Enable patches for 15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/159/head
Willy Sudiarto Raharjo
4 years ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with
4 additions and
4 deletions
-
system/steghide/steghide.SlackBuild
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for steghide |
|
|
|
|
|
|
|
# Copyright 2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
|
|
|
# Copyright 2019-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=steghide |
|
|
|
VERSION=${VERSION:-0.5.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
@ -83,8 +83,8 @@ find -L . \ |
|
|
|
patch -p1 < $CWD/gcc-4.2.patch |
|
|
|
patch -p1 < $CWD/steghide-climits.patch |
|
|
|
|
|
|
|
# This patch is for -current |
|
|
|
#patch -p1 < $CWD/steghide-gcc6.patch |
|
|
|
# This patch is for 15.0 |
|
|
|
patch -p1 < $CWD/steghide-gcc6.patch |
|
|
|
|
|
|
|
CFLAGS="$SLKCFLAGS" \ |
|
|
|
CXXFLAGS="$SLKCFLAGS" \ |
|
|
|