Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | From 6ca1b224032355521b35471d222d0b09c08369a0 Mon Sep 17 00:00:00 2001 |
| 2 | From: Yi Zhao <yi.zhao@windriver.com> |
| 3 | Date: Thu, 27 May 2021 11:38:36 +0800 |
| 4 | Subject: [PATCH] bind/Makefile.in: regenerate configure |
| 5 | |
| 6 | Run autogen.sh to regenerate configure. |
| 7 | |
| 8 | Upstream-Status: Inappropriate [embedded specific] |
| 9 | |
| 10 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> |
| 11 | --- |
| 12 | bind/Makefile.in | 2 +- |
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 14 | |
| 15 | diff --git a/bind/Makefile.in b/bind/Makefile.in |
| 16 | index 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 | -- |
| 29 | 2.25.1 |
| 30 | |