Magellan Linux

Diff of /trunk/extras/libdvdnav/libdvdnav-4.1.3-r1.smage2

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

revision 4548 by niro, Fri Dec 25 10:22:12 2009 UTC revision 4549 by niro, Fri Dec 25 10:23:15 2009 UTC
# Line 28  src_compile() Line 28  src_compile()
28  {  {
29   cd ${SRCDIR}   cd ${SRCDIR}
30    
31   autoreconf --install --force --verbose || die   # non standard configure
32     ./configure2 \
33     --prefix=/usr \
34     --libdir=/usr/$(mlibdir) \
35     --shlibdir=/usr/$(mlibdir) \
36     --extra-cflags="${CFLAGS}" \
37     --extra-ldflags="${LDFLAGS}" \
38     --enable-static \
39     --enable-shared \
40     --disable-strip \
41     --disable-debug \
42     --disable-opts \
43     || die
44    
45     mmake version.h || die
46   mmake || die   mmake || die
47  }  }

Legend:
Removed from v.4548  
changed lines
  Added in v.4549