[BusyBox] dumpleases

Erik Andersen andersen at codepoet.org
Wed Dec 11 14:58:03 UTC 2002


On Wed Dec 11, 2002 at 02:40:49PM -0700, Russ Dill wrote:
> Update of /var/cvs/busybox/networking/udhcp
> In directory winder:/tmp/cvs-serv25695
> 
> Modified Files:
> 	ChangeLog dhcpd.c options.c 
> Log Message:
> sorry about all the noise, should be all synced up now

Currently dumpleases uses BB_VER to decide whether or not it is a
multi-call binary.  udhcpc and udhcpd use COMBINED_BINARY to
decide that.  BB_VER is not passed in on the command line
anymore, but is included from the busybox config (whicy you do
not include).  So, since using BB_VER just for dumpleases seemed
rather inconsistant, I had changed dumpleases locally to use
COMBINED_BINARY instead and I had fixed up Makefile.in to 
pass in COMBINED_BINARY.  Anyways, we are now back where we
were with things not compiling:
    ./applets/applets.a(applets.o)(.rodata+0x698): undefined
    reference to `dumpleases_main'

We can explicitly set it to pass in BB_VER in Makefile.in,
or we can make dumpleases use COMBINED_BINARY...

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the busybox mailing list