Magellan Linux

Diff of /branches/magellan-next/core/openssl/openssl-1.0.0a-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6009 by niro, Tue Aug 17 23:33:23 2010 UTC revision 6010 by niro, Tue Aug 17 23:38:38 2010 UTC
# Line 59  src_compile() Line 59  src_compile()
59   do   do
60   cd ${SRCDIR}-${abi}   cd ${SRCDIR}-${abi}
61    
62   libdir='$(mlibdir)'   case ${abi} in
63     m32) libdir="lib" ;;
64     m64) libdir="lib64" ;;
65     esac
66    
67   ./config \   ./config \
68   --openssldir=/etc/ssl \   --openssldir=/etc/ssl \

Legend:
Removed from v.6009  
changed lines
  Added in v.6010