summaryrefslogtreecommitdiffstats
path: root/source/a/ntfs-3g/ntfs-3g.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-05-26 18:27:32 +0000
committer Eric Hameleers <alien@slackware.com>2022-05-27 06:59:46 +0200
commit2aacdc1363933cb9d155e2d694a63db7c6441f56 (patch)
treea2a99ffd9a6af520524b980bc6db6afed4c8bdf0 /source/a/ntfs-3g/ntfs-3g.SlackBuild
parent9c985cec73b56a192a6d0bad7dac12ac83b77d34 (diff)
downloadcurrent-2aacdc1363933cb9d155e2d694a63db7c6441f56.tar.gz
current-2aacdc1363933cb9d155e2d694a63db7c6441f56.tar.xz
Thu May 26 18:27:32 UTC 202220220526182732
a/libbytesize-2.7-x86_64-1.txz: Upgraded. a/logrotate-3.20.1-x86_64-1.txz: Upgraded. a/ntfs-3g-2022.5.17-x86_64-1.txz: Upgraded. a/tree-2.0.2-x86_64-1.txz: Upgraded. ap/cups-2.4.2-x86_64-1.txz: Upgraded. Fixed certificate strings comparison for Local authorization. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26691 (* Security fix *) d/cmake-3.23.2-x86_64-1.txz: Upgraded. l/libqalculate-4.2.0-x86_64-1.txz: Upgraded. n/epic5-2.1.10-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/ntfs-3g/ntfs-3g.SlackBuild')
-rwxr-xr-xsource/a/ntfs-3g/ntfs-3g.SlackBuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/source/a/ntfs-3g/ntfs-3g.SlackBuild b/source/a/ntfs-3g/ntfs-3g.SlackBuild
index eccbb903c..068743ffe 100755
--- a/source/a/ntfs-3g/ntfs-3g.SlackBuild
+++ b/source/a/ntfs-3g/ntfs-3g.SlackBuild
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=ntfs-3g
-SRCNAM=ntfs-3g_ntfsprogs
+SRCNAM=ntfs-3g
VERSION=${VERSION:-$(echo $SRCNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-1}
@@ -83,6 +83,13 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+if [ ! -r configure ]; then
+ if [ -x ./autogen.sh ]; then
+ NOCONFIGURE=1 ./autogen.sh
+ else
+ autoreconf -vif
+ fi
+fi
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \