mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
isc-dhcp: update to 4.4.0
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
@@ -1,30 +1,9 @@
|
||||
diff --git a/bind/Makefile.in b/bind/Makefile.in
|
||||
index bd784c6..5950d19 100644
|
||||
--- a/bind/Makefile.in
|
||||
+++ b/bind/Makefile.in
|
||||
@@ -85,13 +85,13 @@ bind2:
|
||||
echo Bind export libraries already installed ; \
|
||||
else \
|
||||
echo Building BIND Export libraries - this takes some time. ;\
|
||||
- (cd ${bindsrcdir}/lib/export ; \
|
||||
- echo building in `pwd` ; \
|
||||
- MAKE=${GMAKE} ${GMAKE} >> ${binddir}/build.log) ; \
|
||||
+ (cd ${bindsrcdir}/lib/export/dns ; \
|
||||
+ echo building gen using ${BUILD_CC} in `pwd` ; \
|
||||
+ $(MAKE) CC=${BUILD_CC} CFLAGS="-O2" LIBS="" gen) ; \
|
||||
\
|
||||
echo Installing BIND Export libraries to ${binddir}. ; \
|
||||
(cd ${bindsrcdir}/lib/export ; \
|
||||
- MAKE=${GMAKE} ${GMAKE} install > ${binddir}/install.log) ; \
|
||||
+ $(MAKE) DESTDIR="" install > ${binddir}/build.log) ; \
|
||||
fi
|
||||
|
||||
clean:
|
||||
@@ -100,6 +100,7 @@ clean:
|
||||
@@ -116,5 +116,6 @@ uninstall-bind: all
|
||||
|
||||
# Include the following so that this Makefile is happy when the parent
|
||||
# tries to use them.
|
||||
+install-exec:
|
||||
|
||||
distdir:
|
||||
|
||||
check distdir distclean dvi installcheck:
|
||||
|
||||
Reference in New Issue
Block a user