From d553bc086fadb7e230c4ff9611d18f4ea376feed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 26 Nov 2020 15:52:06 +0100 Subject: [PATCH] Support ifconfig.sh for out-of-tree builds --- bind.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bind.spec b/bind.spec index 09c1aec..4198807 100644 --- a/bind.spec +++ b/bind.spec @@ -449,6 +449,8 @@ for i in bin/named/{,unix}/Makefile.in; do sed -i 's|fpie|fPIE|g' $i done %endif + +sed -e 's|"$TOP/config.guess"|"$TOP_SRCDIR/config.guess"|' -i bin/tests/system/ifconfig.sh :;