aboutsummaryrefslogtreecommitdiff
path: root/network/fdns/fdns.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/fdns/fdns.SlackBuild')
-rw-r--r--network/fdns/fdns.SlackBuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/network/fdns/fdns.SlackBuild b/network/fdns/fdns.SlackBuild
index e66ace8dfbda..1073d704a038 100644
--- a/network/fdns/fdns.SlackBuild
+++ b/network/fdns/fdns.SlackBuild
@@ -23,11 +23,12 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fdns
-VERSION=${VERSION:-0.9.62}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.9.68}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,14 +40,15 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
+
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
fi
+
+
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -92,8 +94,6 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux
sed -i "s|lib/fdns|lib${LIBDIRSUFFIX}/fdns|" Makefile
-CFLAGS="$SLKCFLAGS -fcommon" \
-CXXFLAGS="$SLKCFLAGS -fcommon" \
make
make install DESTDIR=$PKG