r2660 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Jun 10 15:29:08 CEST 2008


Author: phk
Date: 2008-06-10 15:29:08 +0200 (Tue, 10 Jun 2008)
New Revision: 2660

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Make this compile under OS/X 10.5 Leopard

Submitted by:	peter
Closes: 245



Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2008-06-09 13:35:35 UTC (rev 2659)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2008-06-10 13:29:08 UTC (rev 2660)
@@ -687,7 +687,7 @@
 		MUST_RELOAD,
 #ifdef __APPLE__
 		"exec cc -dynamiclib -Wl,-undefined,dynamic_lookup -o %o %s"
-#elseif defined(__SOLARIS__)
+#elif defined(__SOLARIS__)
 		"exec cc -shared -fpic -c %o %s"
 #else /* default: GCC on Linux & FreeBSD */
 		"exec cc -fpic -shared -Wl,-x -o %o %s"




More information about the varnish-commit mailing list