[csw-devel] SF.net SVN: gar:[13483] csw/mgar/pkg/lighttpd/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Feb 27 18:12:55 CET 2011
Revision: 13483
http://gar.svn.sourceforge.net/gar/?rev=13483&view=rev
Author: wahwah
Date: 2011-02-27 17:12:55 +0000 (Sun, 27 Feb 2011)
Log Message:
-----------
lighttpd: It compiles, one test is failing.
Modified Paths:
--------------
csw/mgar/pkg/lighttpd/trunk/Makefile
Modified: csw/mgar/pkg/lighttpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lighttpd/trunk/Makefile 2011-02-27 13:18:13 UTC (rev 13482)
+++ csw/mgar/pkg/lighttpd/trunk/Makefile 2011-02-27 17:12:55 UTC (rev 13483)
@@ -17,7 +17,20 @@
MASTER_SITES = http://download.lighttpd.net/lighttpd/releases-1.4.x/
DISTFILES = $(NAME)-$(VERSION).tar.gz
-EXTRA_LDFLAGS = -lsendfile
+EXTRA_LDFLAGS += -lsendfile
+# To fix undefined symbol 'dlopen' on Solaris 9
+EXTRA_LDFLAGS_5.9 += -ldl
+EXTRA_LDFLAGS += $(EXTRA_LDFLAGS_$(GAROSREL))
PATCHFILES += 0001-Work-around-linking-problem-buffer.c.patch
+# Solaris 9 does not have IPV6_V6ONLY.
+# IPv6 support only works on Solaris 10.
+CONFIGURE_ARGS_5.9 = --disable-ipv6
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GAROSREL))
+
+PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386
+PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+
+TEST_TARGET = check
+
include gar/category.mk
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