diff options
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/chrony-3.5.1-r1.ebuild | 1 | ||||
-rw-r--r-- | net-misc/chrony/chrony-4.0_pre3.ebuild | 1 | ||||
-rw-r--r-- | net-misc/chrony/chrony-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild b/net-misc/chrony/chrony-3.5.1-r1.ebuild index 442175f0c27c..26c6015103ee 100644 --- a/net-misc/chrony/chrony-3.5.1-r1.ebuild +++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild @@ -64,6 +64,7 @@ src_prepare() { doc/* examples/* || die sed -i \ + -e 's|RELOADDNS||g' \ -e 's|pkg-config|${PKG_CONFIG}|g' \ configure || die diff --git a/net-misc/chrony/chrony-4.0_pre3.ebuild b/net-misc/chrony/chrony-4.0_pre3.ebuild index 1d15f26cc200..09009907d05f 100644 --- a/net-misc/chrony/chrony-4.0_pre3.ebuild +++ b/net-misc/chrony/chrony-4.0_pre3.ebuild @@ -64,6 +64,7 @@ src_prepare() { doc/* examples/* || die sed -i \ + -e 's|RELOADDNS||g' \ -e 's|pkg-config|${PKG_CONFIG}|g' \ configure || die diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 1d15f26cc200..09009907d05f 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -64,6 +64,7 @@ src_prepare() { doc/* examples/* || die sed -i \ + -e 's|RELOADDNS||g' \ -e 's|pkg-config|${PKG_CONFIG}|g' \ configure || die |