Author: jfrederic.clere(a)jboss.com
Date: 2008-06-11 09:07:18 -0400 (Wed, 11 Jun 2008)
New Revision: 1691
Modified:
sandbox/httpd/test.release
Log:
Get it correct on Solaris.
Modified: sandbox/httpd/test.release
===================================================================
--- sandbox/httpd/test.release 2008-06-11 07:47:31 UTC (rev 1690)
+++ sandbox/httpd/test.release 2008-06-11 13:07:18 UTC (rev 1691)
@@ -18,8 +18,10 @@
export CC
SSL_LOC=/usr/local/ssl
export SSL_LOC
- CFLAGS="-pthreads"
- export CFLAGS
+ #CFLAGS="-pthreads"
+ #export CFLAGS
+ LDFLAGS=-liconv
+ export LDFLAGS
;;
esac
# Option for trunk?
Show replies by date