diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-05 11:56:58 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 08:45:28 +0700 |
commit | c4ea91c326513ce2abd0d0304da826ba875bb118 (patch) | |
tree | f703b226dc061a0580b878f52ca2bb14de8ee8d3 /network/fdm/fdm.SlackBuild | |
parent | 2ba5bd5d616e7139e89491f8095506457148212c (diff) |
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>
Diffstat (limited to 'network/fdm/fdm.SlackBuild')
-rw-r--r-- | network/fdm/fdm.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/network/fdm/fdm.SlackBuild b/network/fdm/fdm.SlackBuild index e070e099b8a6d..6331be088ce4c 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 \ |