[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

busybox-1.01-cross.patch



Dear maintainer(s),

Please consider this patch, that adds the ability to cross-compile your package.

Regards,

Pjotr Kourzanov
--- busybox-1.01/debian/rules	2006-03-03 14:41:03.000000000 +0100
+++ busybox-1.01-4.my/debian/rules	2006-02-24 15:36:32.000000000 +0100
@@ -34,7 +34,7 @@
 CONFIG_FLOPPY_UDEB = $(call CONFIG,floppy-udeb)
 
 config.status: configure
-	sh ./configure
+	sh ./configure --host=$(DEB_HOST_GNU_TYPE)
 
 build-arch: build-arch-deb-all build-arch-udeb-all
 build-arch-deb-all: build-arch-deb build-arch-static

Reply to: