Magellan Linux

Diff of /branches/R11-unstable/extras/crypto++/crypto++-5.6.2-r1.smage2

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

revision 20577 by niro, Tue Jan 28 10:44:09 2014 UTC revision 20579 by niro, Tue Jan 28 11:33:23 2014 UTC
# Line 40  src_compile() Line 40  src_compile()
40  {  {
41   cd ${SRCDIR}   cd ${SRCDIR}
42    
43   # disable dbug and support pic   # disable debug and support pic
44   export CXXFLAGS="${CXXFLAGS} -DNDEBUG -fPIC"   export CXXFLAGS="${CXXFLAGS} -DNDEBUG -fPIC"
45    
46   mmake -f GNUmakefile || die   mmake -f GNUmakefile || die
47   # build so-lib   # build so-lib
48   mmake libcrypopp.so || die   mmake libcryptopp.so || die
49  }  }
50    
51  src_install()  src_install()

Legend:
Removed from v.20577  
changed lines
  Added in v.20579