You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2005/02/13 13:25:04 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 NWGNUmakefile

mturk       2005/02/13 04:25:04

  Modified:    jk/native/apache-2.0 NWGNUmakefile
  Log:
  Add -D_POSIX_SOURCE to compiler flags.
  
  Revision  Changes    Path
  1.7       +1 -0      jakarta-tomcat-connectors/jk/native/apache-2.0/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-2.0/NWGNUmakefile,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- NWGNUmakefile	6 Feb 2005 17:43:09 -0000	1.6
  +++ NWGNUmakefile	13 Feb 2005 12:25:04 -0000	1.7
  @@ -57,6 +57,7 @@
   #
   XDEFINES	+= \
   			-D__NOVELL_LIBC__ \
  +			-D_POSIX_SOURCE \
   			$(EOLIST)
   
   #
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org