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

Diff for /pegasus/mak/platform_SOLARIS_SPARC_CC.mak between version 1.7 and 1.9

version 1.7, 2004/08/19 21:10:25 version 1.9, 2004/12/29 16:04:33
Line 45 
Line 45 
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG
 FLAGS = -g -pto -KPIC -mt -xs -xildoff FLAGS = -g -pto -KPIC -mt -xs -xildoff
 else else
 FLAGS = -O -pto -KPIC -mt -xildoff  FLAGS = -O -pto -KPIC -mt -xildoff -s -xipo=1
 endif endif
  
 SYS_LIBS = -lpthread -ldl -lsocket -lnsl -lxnet SYS_LIBS = -lpthread -ldl -lsocket -lnsl -lxnet
Line 56 
Line 56 
 SYS_LIBS += -lrt SYS_LIBS += -lrt
 endif endif
  
 ifdef PEGASUS_HAS_SSL  
         ifdef PEGASUS_USE_SSL_SHAREDLIB  
                 EXTRA_LIBRARIES += -L$(OPENSSL_HOME)/lib -lssl -lcrypto  
         else  
                 $(error Static linking of OpenSSL is not currently supported on this platform.)  
         endif  
 endif  
   
 SYS_LIBS += $(EXTRA_LIBRARIES) SYS_LIBS += $(EXTRA_LIBRARIES)


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2