diff options
author | Sam James <sam@gentoo.org> | 2024-11-13 18:29:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-13 18:49:47 +0000 |
commit | abf03787de2f71a3df1b5d9d85f9900c84c73fc5 (patch) | |
tree | 3af8b5ef18c043bc9b9c1966853a6ac4eb59d9d7 /net-proxy | |
parent | dev-ml/mccs: drop 1.1.13, 1.1.14 (diff) | |
download | gentoo-abf03787de2f71a3df1b5d9d85f9900c84c73fc5.tar.gz gentoo-abf03787de2f71a3df1b5d9d85f9900c84c73fc5.tar.bz2 gentoo-abf03787de2f71a3df1b5d9d85f9900c84c73fc5.zip |
net-proxy/dnsproxy: add comment for _GNU_SOURCE workaround
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/dnsproxy/dnsproxy-1.17.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-proxy/dnsproxy/dnsproxy-1.17.ebuild b/net-proxy/dnsproxy/dnsproxy-1.17.ebuild index 88a520424713..d39f3894720d 100644 --- a/net-proxy/dnsproxy/dnsproxy-1.17.ebuild +++ b/net-proxy/dnsproxy/dnsproxy-1.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,6 +23,7 @@ PATCHES=( ) src_compile() { + # https://github.com/awaw/dnsproxy/commit/7eba35568c87a21a668722b3b04c113e9160e789 append-cppflags -D_GNU_SOURCE emake ${PN} } |