[csw-devel] SF.net SVN: gar:[13481] csw/mgar/pkg/lighttpd/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Feb 27 13:42:39 CET 2011
Revision: 13481
http://gar.svn.sourceforge.net/gar/?rev=13481&view=rev
Author: wahwah
Date: 2011-02-27 12:42:39 +0000 (Sun, 27 Feb 2011)
Log Message:
-----------
lighttpd: Work around the linking problem
Modified Paths:
--------------
csw/mgar/pkg/lighttpd/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/lighttpd/trunk/files/0001-Work-around-linking-problem-buffer.c.patch
Modified: csw/mgar/pkg/lighttpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lighttpd/trunk/Makefile 2011-02-27 00:38:18 UTC (rev 13480)
+++ csw/mgar/pkg/lighttpd/trunk/Makefile 2011-02-27 12:42:39 UTC (rev 13481)
@@ -1,3 +1,4 @@
+# $Id$
NAME = lighttpd
VERSION = 1.4.28
CATEGORIES = devel
@@ -17,4 +18,6 @@
MASTER_SITES = http://download.lighttpd.net/lighttpd/releases-1.4.x/
DISTFILES = $(NAME)-$(VERSION).tar.gz
+PATCHFILES += 0001-Work-around-linking-problem-buffer.c.patch
+
include gar/category.mk
Added: csw/mgar/pkg/lighttpd/trunk/files/0001-Work-around-linking-problem-buffer.c.patch
===================================================================
--- csw/mgar/pkg/lighttpd/trunk/files/0001-Work-around-linking-problem-buffer.c.patch (rev 0)
+++ csw/mgar/pkg/lighttpd/trunk/files/0001-Work-around-linking-problem-buffer.c.patch 2011-02-27 12:42:39 UTC (rev 13481)
@@ -0,0 +1,27 @@
+From 98e846e18d3269a596aa1badf8e612947d33387c Mon Sep 17 00:00:00 2001
+From: Maciej Blizinski <maciej at opencsw.org>
+Date: Sun, 27 Feb 2011 13:39:51 +0100
+Subject: [PATCH] Work around linking problem (buffer.c)
+
+---
+ configure | 2 +
+ src/configparser.c | 240 +++++++++++++++++++++++-----------------------
+ src/mod_ssi_exprparser.c | 56 ++++++------
+ 3 files changed, 149 insertions(+), 149 deletions(-)
+
+diff --git a/configure b/configure
+index 3320daa..0bbc9be 100755
+--- a/configure
++++ b/configure
+@@ -5423,6 +5423,8 @@ case $host_os in
+ *darwin*|*cygwin*|*aix*|*mingw* ) NO_RDYNAMIC=yes;;
+ * ) NO_RDYNAMIC=no;;
+ esac
++# It's the case on Solaris too
++NO_RDYNAMIC=yes
+ if test x$NO_RDYNAMIC = xyes; then
+ NO_RDYNAMIC_TRUE=
+ NO_RDYNAMIC_FALSE='#'
+--
+1.7.3.2
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list