(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.13.8.2 and 1.14

version 1.13.8.2, 2003/02/27 00:14:54 version 1.14, 2003/03/13 17:25:16
Line 24 
Line 24 
 FLAGS = -O2 -W -Wall -Wno-unused -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT FLAGS = -O2 -W -Wall -Wno-unused -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
 endif endif
  
 #FLAGS += -DPEGASUS_HAS_SSL -DPEGASUS_HAS_PERFINST  
   
 # #
 ## The following flags need to be set or unset ## The following flags need to be set or unset
 ## to compile-in the code required for PAM authentication ## to compile-in the code required for PAM authentication
Line 38 
Line 36 
  
 SYS_LIBS = -ldl -lpthread -lcrypt SYS_LIBS = -ldl -lpthread -lcrypt
  
   ifdef PEGASUS_HAS_PERFINST
     FLAGS += -DPEGASUS_HAS_PERFINST
   endif
   
 ifdef PEGASUS_HAS_SSL ifdef PEGASUS_HAS_SSL
   FLAGS += -DPEGASUS_HAS_SSL   FLAGS += -DPEGASUS_HAS_SSL
   SYS_LIBS += -lssl   SYS_LIBS += -lssl


Legend:
Removed from v.1.13.8.2  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2