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

Diff for /pegasus/mak/platform_LINUX_IX86_GNU.mak between version 1.9.2.9 and 1.13.10.1

version 1.9.2.9, 2001/12/06 19:35:37 version 1.13.10.1, 2003/03/13 19:17:05
Line 13 
Line 13 
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG
 FLAGS = -g -W -Wall -Wno-unused  -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT FLAGS = -g -W -Wall -Wno-unused  -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
 else else
 FLAGS = -O2 -W -Wall -Wno-unused  FLAGS = -O2 -W -Wall -Wno-unused -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
 endif endif
  
 FLAGS += -DPEGASUS_HAS_SSL  #FLAGS += -DPEGASUS_HAS_SSL -DPEGASUS_HAS_PERFINST
 SYS_LIBS = -ldl -lpthread -lcrypt -lssl  
 #SYS_LIBS = -ldl -lpthread -lcrypt  # ATTN KS 20020927 - Add flag to allow conditional testing of interoperability
   # changes during interoperability tests.
   ifdef PEGASUS_SNIA_INTEROP_TEST
    DEFINES+= -DPEGASUS_SNIA_INTEROP_TEST
   endif
   
   #SYS_LIBS = -ldl -lpthread -lcrypt -lssl
   SYS_LIBS = -ldl -lpthread -lcrypt
  
  
 CXX = g++ CXX = g++


Legend:
Removed from v.1.9.2.9  
changed lines
  Added in v.1.13.10.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2