blob: 71be0276a3cce6eb788974908088fe10d83ace9f [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001From 6ca1b224032355521b35471d222d0b09c08369a0 Mon Sep 17 00:00:00 2001
2From: Yi Zhao <yi.zhao@windriver.com>
3Date: Thu, 27 May 2021 11:38:36 +0800
4Subject: [PATCH] bind/Makefile.in: regenerate configure
5
6Run autogen.sh to regenerate configure.
7
8Upstream-Status: Inappropriate [embedded specific]
9
10Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
11---
12 bind/Makefile.in | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/bind/Makefile.in b/bind/Makefile.in
16index 533d55c..fdffe15 100644
17--- a/bind/Makefile.in
18+++ b/bind/Makefile.in
19@@ -55,7 +55,7 @@ bind1:
20 else \
21 echo Configuring BIND libraries for DHCP. ; \
22 rm -rf ${cleandirs} ${cleanfiles} ; \
23- (cd ${bindsrcdir} && \
24+ (cd ${bindsrcdir} && ./autogen.sh && \
25 ./configure ${bindconfig} > ${binddir}/configure.log); \
26 fi
27
28--
292.25.1
30