lighttpd: bump to 1.4.41, drop patch (applied upstream ;-)

This commit is contained in:
fbrosson
2016-07-31 16:12:20 +00:00
parent 8dbdaf894f
commit 3bc4b6f96a
2 changed files with 1 additions and 32 deletions

View File

@@ -11,8 +11,7 @@ COPYRIGHT="2003-2016 Jan Kneschke"
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-$portVersion.tar.gz"
CHECKSUM_SHA256="dd56f46a586192e140600f32836b38a1c276d86692721d53c7976af14a904886"
PATCHES="lighttpd-$portVersion.patch"
CHECKSUM_SHA256="8a5749e218237fafc3119dd8a4fcf510ea728728b3fcf1193fcad7209be4b6d7"
ADDITIONAL_FILES="
create-lighttpd-directories.sh
index.template

View File

@@ -1,30 +0,0 @@
diff -upr lighttpd-1.4.40/configure.ac lighttpd-1.4.40-haiku/configure.ac
--- lighttpd-1.4.40/configure.ac 2016-07-16 10:06:16.000000000 +0000
+++ lighttpd-1.4.40-haiku/configure.ac
@@ -136,7 +136,6 @@ dnl AC_FUNC_REALLOC
AC_TYPE_SIGNAL
AC_FUNC_STAT
AC_FUNC_STRFTIME
-AC_CHECK_FUNCS([issetugid inet_pton])
if test -z "$PKG_CONFIG"; then
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
@@ -284,6 +283,9 @@ AC_SEARCH_LIBS(socket,socket)
AC_SEARCH_LIBS(gethostbyname,nsl socket)
AC_SEARCH_LIBS(hstrerror,resolv)
+dnl On Haiku accept() and friends are in libnetwork
+AC_SEARCH_LIBS(accept,network)
+
save_LIBS=$LIBS
AC_SEARCH_LIBS(dlopen,dl,[
AC_CHECK_HEADERS([dlfcn.h],[
@@ -692,7 +694,7 @@ case $host_os in
* ) ;;
esac
-AC_CHECK_FUNCS([dup2 getcwd inet_ntoa inet_ntop memset mmap munmap strchr \
+AC_CHECK_FUNCS([dup2 getcwd inet_ntoa inet_ntop inet_pton issetugid memset mmap munmap strchr \
strdup strerror strstr strtol sendfile getopt socket lstat \
gethostbyname poll epoll_ctl getrlimit chroot \
getuid select signal pathconf madvise posix_fadvise posix_madvise \