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

Diff for /pegasus/mak/platform_SOLARIS_IX86_CC.mak between version 1.1.2.1 and 1.1.2.3

version 1.1.2.1, 2008/06/03 14:32:01 version 1.1.2.3, 2008/06/07 20:00:18
Line 115 
Line 115 
 endif endif
  
 ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS
 FLAGS = -pto -g -KPIC -mt -xs -xildoff   FLAGS = -g -xs
 else else
 FLAGS = -pto -O4 -KPIC -mt -xildoff -s -xipo=1   FLAGS = -O4 -s -xipo=1
 endif endif
  
 # Need warnings:  #FLAGS += +w -pto -KPIC -mt -xildoff
 FLAGS += +w  FLAGS += +w -KPIC -mt -xildoff
   
   ifndef PEGASUS_SUN_STUDIO_EXPRESS
    FLAGS += -pto
   endif
  
 ##============================================================================== ##==============================================================================
 ## ##
Line 161 
Line 165 
 ##============================================================================== ##==============================================================================
 LIBRARY_SYS_LIBS = $(COMMON_SYS_LIBS) LIBRARY_SYS_LIBS = $(COMMON_SYS_LIBS)
  
   ##==============================================================================
   ##
   ## OpenSSL Settings
   ##
   ##     To build for SSL, add PEGASUS_HAS_SSL=1 to environment
   ##
   ##==============================================================================
   
   OPENSSL_HOME=/usr/sfw
   OPENSSL_BIN=/usr/sfw/bin
   OPENSSL_COMMAND=/usr/sfw/bin/openssl
   PEGASUS_ENABLE_SSL_CRL_VERIFICATION=true
   PEGASUS_USE_SSL_RANDOMFILE=true
   
   ifdef PEGASUS_HAS_SSL
     FLAGS += -L$(OPENSSL_HOME)/lib
   endif


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2