diff options
author | Martin Stransky <stransky@redhat.com> | 2016-07-26 15:56:06 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2016-07-26 15:56:06 +0200 |
commit | 171062f9096b95e75382400614828e6b7e857d54 (patch) | |
tree | 80a6324b4a63eb8f410f0efae34c93391f7bf455 /mozilla-1282843.patch | |
parent | Merge branch 'master' into f23 (diff) | |
parent | Build fixes (diff) | |
download | librewolf-fedora-ff-171062f9096b95e75382400614828e6b7e857d54.tar.gz librewolf-fedora-ff-171062f9096b95e75382400614828e6b7e857d54.tar.bz2 librewolf-fedora-ff-171062f9096b95e75382400614828e6b7e857d54.zip |
Merge branch 'master' into f23
Diffstat (limited to 'mozilla-1282843.patch')
-rw-r--r-- | mozilla-1282843.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mozilla-1282843.patch b/mozilla-1282843.patch new file mode 100644 index 0000000..d30642c --- /dev/null +++ b/mozilla-1282843.patch @@ -0,0 +1,24 @@ +Add ability to specify system paths to @old_configure_options + +--- a/build/moz.configure/old.configure 2016-07-04 12:03:37.503301144 -0400 ++++ b/build/moz.configure/old.configure 2016-07-04 12:04:33.443147224 -0400 +@@ -149,16 +149,19 @@ + def all_options(help): + return list(options) + + return depends(prepare_configure, extra_old_configure_args, all_options, + *options) + + + @old_configure_options( ++ '--libdir', ++ '--includedir', ++ '--datadir', + '--cache-file', + '--enable-accessibility', + '--enable-address-sanitizer', + '--enable-alsa', + '--enable-android-omx', + '--enable-android-resource-constrained', + '--enable-approximate-location', + '--enable-b2g-bt', |