diff options
Diffstat (limited to 'source/xap/mozilla-thunderbird')
-rw-r--r-- | source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url | 1 | ||||
-rwxr-xr-x | source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url b/source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url new file mode 100644 index 000000000..f9f55c57d --- /dev/null +++ b/source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url @@ -0,0 +1 @@ +https://github.com/eqrion/cbindgen diff --git a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild index 4ee9abab9..afc9aa5bc 100755 --- a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild +++ b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild @@ -283,8 +283,7 @@ fi # Add the $OPTIONS above to .mozconfig: for option in $OPTIONS; do echo "ac_add_options $option" >> .mozconfig; done -# Disable tests on standard build: -echo "ac_add_options --disable-tests" >> .mozconfig +# Do a standard build: ./mach build || exit 1 ./mach buildsymbols || exit 1 DESTDIR=$PKG ./mach install || exit 1 |