|
|
| version 1.32, 2020/12/07 16:05:42 | version 1.36, 2021/01/28 16:24:43 |
|---|---|
| Line 123 echo | Line 123 echo |
| mkdir src >/dev/null 2>&1 | mkdir src >/dev/null 2>&1 |
| if test ! -f "$project_dir/gc/lib/libgc.a"; then | if test ! -f "$project_dir/gc/lib/libgc.a"; then |
| lib="libatomic_ops-7.6.2" | |
| prepare_gz ${lib}.tar.gz http://www.hboehm.info/gc/gc_source/ | |
| lib="gc-8.0.4" | lib="gc-8.0.4" |
| prepare_gz ${lib}.tar.gz http://www.hboehm.info/gc/gc_source/ | prepare_gz ${lib}.tar.gz http://www.hboehm.info/gc/gc_source/ |
| mv ../libatomic_ops-7.6.2 libatomic_ops | |
| echo "Configuring $lib..." | echo "Configuring $lib..." |
| CPPFLAGS="-DUSE_MMAP -DDONT_ADD_BYTE_AT_END" \ | CPPFLAGS="-DUSE_MMAP -DDONT_ADD_BYTE_AT_END" \ |
| ./configure --prefix=$project_dir/gc \ | ./configure --prefix=$project_dir/gc \ |
| --disable-threads \ | |
| --disable-shared \ | --disable-shared \ |
| --disable-parallel-mark \ | |
| --silent $cflags | --silent $cflags |
| echo "Building $lib..." | echo "Building $lib..." |
| make install | make install |
| Line 163 if test "$build_xml" = "yes" -a ! -f "$p | Line 168 if test "$build_xml" = "yes" -a ! -f "$p |
| ./configure --prefix=$project_dir/gnome \ | ./configure --prefix=$project_dir/gnome \ |
| --without-catalog \ | --without-catalog \ |
| --without-iconv \ | --without-iconv \ |
| --without-threads \ | |
| --without-debug \ | --without-debug \ |
| --without-iso8859x \ | --without-iso8859x \ |
| --without-legacy \ | --without-legacy \ |
| Line 260 if test ! -f "Makefile"; then | Line 264 if test ! -f "Makefile"; then |
| ./configure --prefix=$install_directory \ | ./configure --prefix=$install_directory \ |
| --sysconfdir=$install_directory/bin \ | --sysconfdir=$install_directory/bin \ |
| --datadir=$install_directory/bin \ | --datadir=$install_directory/bin \ |
| --datarootdir="\$confdir" \ | |
| --libdir="\$confdir/lib" \ | |
| --with-sendmail="$sendmail_command" \ | --with-sendmail="$sendmail_command" \ |
| $options $cflags $gmime_cflags | $options $cflags $gmime_cflags |
| fi | fi |