|
|
| version 1.10, 2013/10/15 22:23:02 | version 1.12, 2013/10/18 12:57:09 |
|---|---|
| Line 159 if test "$build_xml" = "yes" -a ! -f "$p | Line 159 if test "$build_xml" = "yes" -a ! -f "$p |
| --without-legacy \ | --without-legacy \ |
| --without-push \ | --without-push \ |
| --without-python \ | --without-python \ |
| --without-reader \ | |
| --without-writer \ | --without-writer \ |
| --without-readline \ | --without-readline \ |
| --without-regexps \ | --without-regexps \ |
| Line 182 if test "$build_xml" = "yes" -a ! -f "$p | Line 181 if test "$build_xml" = "yes" -a ! -f "$p |
| lib="libxslt-1.1.28" | lib="libxslt-1.1.28" |
| prepare_gz $lib.tar.gz ftp://xmlsoft.org/libxslt/ | prepare_gz $lib.tar.gz ftp://xmlsoft.org/libxslt/ |
| echo "Configuring $lib..." | echo "Configuring $lib..." |
| CFLAGS="-D__stub_clock_gettime -Dclock_gettime=choke_me" \ | |
| ./configure --prefix=$project_dir/gnome \ | ./configure --prefix=$project_dir/gnome \ |
| --with-libxml-prefix=$project_dir/gnome \ | --with-libxml-prefix=$project_dir/gnome \ |
| --without-debug \ | --without-debug \ |