[csw-devel] SF.net SVN: gar:[13628] csw/mgar/pkg/lighttpd/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Mar 7 00:50:45 CET 2011


Revision: 13628
          http://gar.svn.sourceforge.net/gar/?rev=13628&view=rev
Author:   wahwah
Date:     2011-03-06 23:50:44 +0000 (Sun, 06 Mar 2011)

Log Message:
-----------
lighttpd: 64-bit build

Modified Paths:
--------------
    csw/mgar/pkg/lighttpd/trunk/Makefile

Modified: csw/mgar/pkg/lighttpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lighttpd/trunk/Makefile	2011-03-06 22:28:34 UTC (rev 13627)
+++ csw/mgar/pkg/lighttpd/trunk/Makefile	2011-03-06 23:50:44 UTC (rev 13628)
@@ -45,7 +45,7 @@
 
 # lighttpd puts its modules under libdir, so we pass libdir as a subdirectory,
 # because modules are not supposed to be in /opt/csw/lib.
-libdir = $(prefix)/lib/lighttpd
+libdir_install = $(prefix)/lib/lighttpd
 
 # Solaris Zones support
 sysconfdir = /etc$(prefix)
@@ -75,6 +75,8 @@
 PROTOTYPE_GROUP_user = lighttpd
 PROTOTYPE_CLASS_user = ugfiles
 
+BUILD64 = 1
+
 include gar/category.mk
 
 post-install-modulated:
@@ -91,4 +93,6 @@
 	ginstall -d -m 755 $(DESTDIR)$(sysconfdir)/pkg/$(NAME)
 	echo "lighttpd:lighttpd:lighttpd web server::::" \
 		> $(DESTDIR)$(sysconfdir)/pkg/$(NAME)/cswusergroup
+	(cd $(DESTDIR)$(libdir_install); ln -s $(ISA_DEFAULT) 32)
+	(cd $(DESTDIR)$(libdir_install); ln -s $(ISA_DEFAULT64) 64)
 	@$(MAKECOOKIE)


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