]> git.draconx.ca Git - gentoo-draconx.git/blob - app-crypt/acme-client/files/acme-client-1.3.1-no-default-lto.patch
app-crypt/acme-client: New package.
[gentoo-draconx.git] / app-crypt / acme-client / files / acme-client-1.3.1-no-default-lto.patch
1 diff --git a/configure.ac b/configure.ac
2 index 0645506..697308b 100644
3 --- a/configure.ac
4 +++ b/configure.ac
5 @@ -65,8 +65,6 @@ case "$host" in
6         # https://github.com/graywolf/acme-client-portable/pull/5#issuecomment-599510762
7         ;;
8  *)
9 -       AX_ADD_CFLAG([-flto])
10 -       AX_ADD_LDFLAG([-flto])
11         ;;
12  esac
13