(file) Return to config-linux.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/config-linux.mak between version 1.2 and 1.2.4.2

version 1.2, 2003/06/24 17:29:13 version 1.2.4.2, 2003/07/17 18:07:31
Line 30 
Line 30 
  
 DEFINES += -DPEGASUS_HAS_SIGNALS DEFINES += -DPEGASUS_HAS_SIGNALS
  
 ifdef PEGASUS_USES_GCCV3  
   SYS_INCLUDES = -I/usr/include/g++-3  
 else  
   SYS_INCLUDES = -I/usr/include/g++  
 endif  
   
 SYS_LIBS = -ldl -lpthread -lcrypt SYS_LIBS = -ldl -lpthread -lcrypt
  
 ifdef PEGASUS_HAS_SSL ifdef PEGASUS_HAS_SSL
Line 75 
Line 69 
  
  
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG
 FLAGS += -g -fpic -W -Wall -Wno-unused  -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT -DPEGASUS_DEBUG  FLAGS += -g -fPIC -W -Wall -Wno-unused  -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT -DPEGASUS_DEBUG
 else else
 FLAGS += -O2 -fpic -W -Wall -Wno-unused -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT  FLAGS += -O2 -fPIC -W -Wall -Wno-unused -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
 endif endif
  
 ifdef PEGASUS_NO_SLP ifdef PEGASUS_NO_SLP


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.4.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2