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

Diff for /pegasus/mak/platform_SOLARIS_X86_64_CC.mak between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2008/06/10 15:33:30 version 1.1.2.2, 2008/06/11 00:00:06
Line 158 
Line 158 
  
 ##============================================================================== ##==============================================================================
 ## ##
 ## LINK_MACHINE_OPTIONS  ## 64-bit Options
 ## ##
 ##============================================================================== ##==============================================================================
  
 LINK_MACHINE_OPTIONS += -m64 LINK_MACHINE_OPTIONS += -m64
  
   FLAGS += -m64
   
 ##============================================================================== ##==============================================================================
 ## ##
 ## OpenSSL Settings ## OpenSSL Settings
Line 182 
Line 184 
   FLAGS += -L$(OPENSSL_HOME)/lib   FLAGS += -L$(OPENSSL_HOME)/lib
 endif endif
  
 FLAGS += -m64  ##==============================================================================
   ##
   ## OpenSPL Settings
   ##
   ##     To build for SSL, add PEGASUS_HAS_SSL=1 to environment
   ##
   ##==============================================================================
   
   ifndef PEGASUS_OPENSLP_HOME
     PEGASUS_OPENSLP_HOME=/usr
   endif
   
   ifeq ($(PEGASUS_USE_OPENSLP),true)
     FLAGS += -L$(PEGASUS_OPENSLP_HOME)/lib
   endif


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2