fielding 99/04/19 22:29:42
Modified: pthreads/src Configure
Log:
CFLAGS and library needed to compile pthreads on Solaris.
Revision Changes Path
1.9 +2 -2 apache-apr/pthreads/src/Configure
Index: Configure
===================================================================
RCS file: /home/cvs/apache-apr/pthreads/src/Configure,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Configure 1999/03/17 17:00:35 1.8
+++ Configure 1999/04/20 05:29:41 1.9
@@ -542,8 +542,8 @@
*-solaris2*)
PLATOSVERS=`echo $PLAT | sed 's/^.*solaris2.//'`
OS="Solaris $PLATOSVERS"
- CFLAGS="$CFLAGS -DSOLARIS2=$PLATOSVERS"
- LIBS="$LIBS -lsocket -lnsl"
+ CFLAGS="$CFLAGS -DSOLARIS2=$PLATOSVERS -D_POSIX_PTHREAD_SEMANTICS"
+ LIBS="$LIBS -lsocket -lnsl -lpthread"
DBM_LIB=""
case "$PLATOSVERS" in
2[01234]*)