(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.22 and 1.25

version 1.22, 2004/08/24 21:34:19 version 1.25, 2004/12/30 16:07:43
Line 36 
Line 36 
  
 DEFINES += -DPEGASUS_HAS_SIGNALS DEFINES += -DPEGASUS_HAS_SIGNALS
  
 SYS_LIBS = -ldl -lpthread -lcrypt  SYS_LIBS = -ldl -lpthread
   
 ifdef PEGASUS_HAS_SSL  
   SYS_LIBS += -lssl  
 endif  
  
 # Build using fixed release settings # Build using fixed release settings
 # #
Line 68 
Line 64 
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG
 FLAGS += -g -fPIC -W -Wall -Wno-unused  -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT FLAGS += -g -fPIC -W -Wall -Wno-unused  -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
 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 -s
 endif endif
  
 ifndef PEGASUS_USE_MU_DEPEND ifndef PEGASUS_USE_MU_DEPEND
Line 119 
Line 115 
   MSG_ROOT_SOURCE = _en   MSG_ROOT_SOURCE = _en
 endif endif
  
     EXTRA_INCLUDES += -I${ICUROOT}/source/common      SYS_INCLUDES += -I${ICU_ROOT}/source/common -I${ICU_ROOT}/source/i18n
     DEFINES += -DPEGASUS_HAS_ICU     DEFINES += -DPEGASUS_HAS_ICU
     SYS_LIBS += -licuuc     SYS_LIBS += -licuuc
     SYS_LIBS += -licui18n     SYS_LIBS += -licui18n


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2