diff options
Diffstat (limited to 'development/cproto/cproto.SlackBuild')
-rw-r--r-- | development/cproto/cproto.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/development/cproto/cproto.SlackBuild b/development/cproto/cproto.SlackBuild index 6b7cb055d51b..bfc52bfb2686 100644 --- a/development/cproto/cproto.SlackBuild +++ b/development/cproto/cproto.SlackBuild @@ -6,10 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20211129 bkw: update for v4.7t. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cproto -VERSION=${VERSION:-4.7s} +VERSION=${VERSION:-4.7t} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,6 +67,7 @@ CXXFLAGS="$SLKCFLAGS -Wl,-s" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ + --enable-llib \ --build=$ARCH-slackware-linux make |