diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-07-31 00:14:28 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-07-31 00:15:15 +0200 |
commit | 15333fb8336088c110f80d25608b88ba9d48a58c (patch) | |
tree | 858b8a6999b6764707dbefa703009dfedf0181c1 /PKGBUILD | |
parent | v79.0-1 (diff) | |
download | librewolf-linux-15333fb8336088c110f80d25608b88ba9d48a58c.tar.gz librewolf-linux-15333fb8336088c110f80d25608b88ba9d48a58c.tar.bz2 librewolf-linux-15333fb8336088c110f80d25608b88ba9d48a58c.zip |
v79.0-1 #2
Fix some wrong build options for aarch64; correct patch pathes
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -224,7 +224,6 @@ ac_add_options --enable-profile-use ac_add_options --with-pgo-profile-path=${PWD@Q}/merged.profdata ac_add_options --with-pgo-jarlog=${PWD@Q}/jarlog ac_add_options --enable-linker=lld -ac_add_options --disable-elf-hack END else @@ -234,7 +233,8 @@ ac_add_options --enable-lto=cross ac_add_options --enable-profile-use=cross ac_add_options --with-pgo-profile-path=${PWD@Q}/merged.profdata ac_add_options --with-pgo-jarlog=${PWD@Q}/jarlog -ac_add_options --enable-linker=gold +ac_add_options --enable-linker=lld +ac_add_options --disable-elf-hack END fi |