|
|
| version 1.26, 2019/11/27 23:23:49 | version 1.30, 2020/02/25 09:58:24 |
|---|---|
| Line 36 for PARAM in "$@"; do | Line 36 for PARAM in "$@"; do |
| options="$options --with-mailreceive=$project_dir/gnome" | options="$options --with-mailreceive=$project_dir/gnome" |
| build_gmime="yes" | build_gmime="yes" |
| ;; | ;; |
| "--with-system-mailreceive") | |
| printf ", with mail receiving" | |
| options="$options --with-mailreceive" | |
| ;; | |
| "--strip") | "--strip") |
| printf ", without debug information" | printf ", without debug information" |
| build_stripped="yes" | build_stripped="yes" |
| Line 46 for PARAM in "$@"; do | Line 50 for PARAM in "$@"; do |
| ;; | ;; |
| "--help") | "--help") |
| echo | echo |
| echo "Usage: buildall [--without-xml] [--with-apache] [--with-mailreceive] [--strip] [--direct-download] [--disable-safe-mode] [other configure options ...]" | echo "Usage: buildall [--without-xml] [--with-apache] [--with-mailreceive] [--with-system-mailreceive] [--strip] [--direct-download] [--disable-safe-mode] [other configure options ...]" |
| exit 1 | exit 1 |
| ;; | ;; |
| *) | *) |
| Line 110 prepare_xz () { | Line 114 prepare_xz () { |
| cleanup () { | cleanup () { |
| cd .. | cd .. |
| # rm -rf $lib | rm -rf $lib |
| } | } |
| #################################### Building #################################### | #################################### Building #################################### |
| Line 152 if test ! -f "$project_dir/pcre/lib/libp | Line 156 if test ! -f "$project_dir/pcre/lib/libp |
| fi | fi |
| if test "$build_xml" = "yes" -a ! -f "$project_dir/gnome/lib/libxml2.a"; then | if test "$build_xml" = "yes" -a ! -f "$project_dir/gnome/lib/libxml2.a"; then |
| lib="libxml2-2.9.4" | lib="libxml2-2.9.9" |
| prepare_gz $lib.tar.gz ftp://xmlsoft.org/libxml2/ | prepare_gz $lib.tar.gz ftp://xmlsoft.org/libxml2/ |
| #sax1, output, tree, xinclude[in libxslt], html[in libxslt, mode=html?], xptr[xinclude], pattern -- needed! | #sax1, output, tree, xinclude[in libxslt], html[in libxslt, mode=html?], xptr[xinclude], pattern -- needed! |
| echo "Configuring $lib..." | echo "Configuring $lib..." |
| Line 184 if test "$build_xml" = "yes" -a ! -f "$p | Line 188 if test "$build_xml" = "yes" -a ! -f "$p |
| fi | fi |
| if test "$build_xml" = "yes" -a ! -f "$project_dir/gnome/lib/libxslt.a"; then | if test "$build_xml" = "yes" -a ! -f "$project_dir/gnome/lib/libxslt.a"; then |
| lib="libxslt-1.1.29" | lib="libxslt-1.1.34" |
| 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="$CFLAGS -D__stub_clock_gettime -Dclock_gettime=choke_me" \ | CFLAGS="$CFLAGS -D__stub_clock_gettime -Dclock_gettime=choke_me" \ |