diff options
Diffstat (limited to 'network/atftp/atftp.SlackBuild')
-rw-r--r-- | network/atftp/atftp.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/network/atftp/atftp.SlackBuild b/network/atftp/atftp.SlackBuild index 96c98cb1711f4..c32872849d409 100644 --- a/network/atftp/atftp.SlackBuild +++ b/network/atftp/atftp.SlackBuild @@ -23,6 +23,7 @@ # Now maintained by B. Watson <urchlay@slackware.uk>. +# 20230103 bkw: update for v0.8.0. # 20210223 bkw: update for v0.7.4. # 20191129 bkw: update for v0.7.2. @@ -36,7 +37,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=atftp -VERSION=${VERSION:-0.7.4} +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -84,6 +85,8 @@ chown -R root:root . find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ +[ -e ./configure ] || sh autogen.sh + CC="gcc -fgnu89-inline $SLKCFLAGS" \ ./configure \ --prefix=/usr \ |