Commit 65e033ee authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make this compile under OS/X 10.5 Leopard

Submitted by:	peter
Closes: 245



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2660 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 8181e2ed
......@@ -687,7 +687,7 @@ static const struct parspec parspec[] = {
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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment