[Buildroot] svn commit: trunk/buildroot/package/libdaemon

Ulf Samuelsson ulf at atmel.com
Tue Aug 21 14:15:56 UTC 2007


> > $(DL_DIR)/$(LIBDAEMON_SOURCE):
> >@@ -25,6 +26,10 @@
> > $(LIBDAEMON_DIR)/.unpacked: $(DL_DIR)/$(LIBDAEMON_SOURCE)
> > 	$(LIBDAEMON_CAT) $(DL_DIR)/$(LIBDAEMON_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
> > 	toolchain/patch-kernel.sh $(LIBDAEMON_DIR) package/libdaemon/ \*.patch
> >+	mkdir	-p $(PROJECT_BUILD_DIR)/patches
> >+	bzcat package/libdaemon/$(LIBDAEMON_NAME).patch.bz2 \
> 
> This will break on a variety of hosts. Use BR2_BZCAT instead (i.e.
> honour what the user told us).

Fixed in r19617.

It is a bit irritating to load the tarball with a lot of stuff
just because autotools versions differ in distribution.

What about generating host-autotools in STAGING_DIR?


-- 
Best Regards,
Ulf Samuelsson




More information about the buildroot mailing list