Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > a3e40643f2bc39761e4df733e1b3094a > files > 17

dhcp-4.3.5-2.1.mga6.src.rpm

--- dhcp-4.3.4/bind/Makefile.in~	2016-03-22 09:53:43.000000000 -0400
+++ dhcp-4.3.4/bind/Makefile.in	2016-03-29 19:02:20.887456789 -0400
@@ -81,7 +81,7 @@
 @CROSS_COMPILING_FALSE@bind2: bind2-noguest
 @CROSS_COMPILING_TRUE@bind2: bind2-hostgen
 
-bind2-noguest:
+bind2-noguest: bind1
 # Build and install the export libraries
 # No need to do anything if we already have something installed.
 	@if test -d ${binddir}/lib ; then                                    \
@@ -97,7 +97,7 @@
 		  MAKE=${GMAKE} ${GMAKE} install > ${binddir}/install.log) ; \
 	fi
 
-bind2-hostgen:
+bind2-hostgen: bind1
 # Build and install the export libraries
 # No need to do anything if we already have something installed.
 	@if test -d ${binddir}/lib ; then                                    \