summaryrefslogtreecommitdiffstats
path: root/libraries/libetpan/libetpan.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libetpan/libetpan.SlackBuild')
-rw-r--r--libraries/libetpan/libetpan.SlackBuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/libraries/libetpan/libetpan.SlackBuild b/libraries/libetpan/libetpan.SlackBuild
index f6fd171474..d0646b35e1 100644
--- a/libraries/libetpan/libetpan.SlackBuild
+++ b/libraries/libetpan/libetpan.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for libetpan
#
-# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2009-2018 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libetpan
-VERSION=${VERSION:-1.8}
+VERSION=${VERSION:-1.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -69,7 +69,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-./autogen.sh
+# From upstream
+patch -p1 < $CWD/curl-7.62.0.patch
+
+NOCONFIGURE=yes ./autogen.sh
CFLAGS="$SLKCFLAGS" \
./configure \