Magellan Linux

Diff of /trunk/extras/strigi/strigi-0.6.5-r1.smage2

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

revision 1820 by niro, Sat Jun 6 15:28:29 2009 UTC revision 1821 by niro, Sat Jun 6 15:33:26 2009 UTC
# Line 35  src_compile() Line 35  src_compile()
35  {  {
36   cd ${SRCDIR}   cd ${SRCDIR}
37    
38     # warn about /proc in chroot environments
39     [[ ! -d /proc/sys ]] && die "Please make sure /proc is mounted in chroot-environments."
40    
41   # only using libxml2 not expat   # only using libxml2 not expat
42   cmake_configure \   cmake_configure \
43   -DFORCE_DEPS=ON \   -DFORCE_DEPS=ON \

Legend:
Removed from v.1820  
changed lines
  Added in v.1821