From 7c463ba8086952f00672be7373fccd56100ee358 Mon Sep 17 00:00:00 2001 From: Kent Fritz Date: Tue, 24 Feb 2015 17:05:08 +0700 Subject: libraries/libmicrohttpd: Updated for version 0.9.39, new maintainer. Signed-off-by: Willy Sudiarto Raharjo --- libraries/libmicrohttpd/libmicrohttpd.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libraries/libmicrohttpd/libmicrohttpd.SlackBuild') diff --git a/libraries/libmicrohttpd/libmicrohttpd.SlackBuild b/libraries/libmicrohttpd/libmicrohttpd.SlackBuild index da4af5ea7f..0a1290d489 100644 --- a/libraries/libmicrohttpd/libmicrohttpd.SlackBuild +++ b/libraries/libmicrohttpd/libmicrohttpd.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for libmicrohttpd. # # Copyright 2010-2011 Marco Bonetti +# Copyright 2015 Kent Fritz # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libmicrohttpd -VERSION=${VERSION:-0.9.31} +VERSION=${VERSION:-0.9.39} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,7 +41,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -DOCS="COPYING README" +DOCS="AUTHORS COPYING ChangeLog INSTALL README" if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" @@ -70,7 +71,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -81,6 +82,7 @@ CXXFLAGS="$SLKCFLAGS" \ --infodir=/usr/info \ --sysconfdir=/etc \ --localstatedir=/var \ + --enable-static=no \ --build=$ARCH-slackware-linux make -- cgit v1.2.3