cross configure patch
K. Richard Pixley
rpixley at sj.symbol.com
Fri Aug 27 16:15:20 UTC 2004
The following patch makes it possible to configure the dhcp tree for
some target other than our current host using the syntax "./configure
othertarget".
It looks as though this were once possible but the code has
regressed. This patch restores this ability.
--rich
--- dhcp-3.0.1/configure 2002-04-20 14:44:13.000000000 -0700
+++ dhcp-work2/configure 2004-08-27 08:57:15.000000000 -0700
@@ -253,7 +253,7 @@
# Make the link tree in which to actually build.
if [ x$nolinks = x ]; then
- make links
+ make links sysname=${sysname}
fi
exit 0
More information about the dhcp-hackers
mailing list