summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2022-03-04 23:56:58 +0100
committer Willy Sudiarto Raharjo2022-03-07 02:45:28 +0100
commitc4ea91c326513ce2abd0d0304da826ba875bb118 (patch)
treef703b226dc061a0580b878f52ca2bb14de8ee8d3
parent2ba5bd5d616e7139e89491f8095506457148212c (diff)
downloadslackbuilds-c4ea91c326513ce2abd0d0304da826ba875bb118.tar.gz
network/fdm: Fix for upstream tarball change.
Upstream replaced the tarball and the new one does not have an autogen.sh script. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/fdm/fdm.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/network/fdm/fdm.SlackBuild b/network/fdm/fdm.SlackBuild
index e070e099b8..6331be088c 100644
--- a/network/fdm/fdm.SlackBuild
+++ b/network/fdm/fdm.SlackBuild
@@ -79,8 +79,6 @@ 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
-
CFLAGS="$SLKCFLAGS $(pkg-config --cflags tdb)" \
CXXFLAGS="$SLKCFLAGS" \
./configure \