diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-26 12:56:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-26 12:56:04 +0000 |
commit | e5357d974467d9751a375d8db6d52ee98eeb180e (patch) | |
tree | 81dd474ec294c998fbef29aa7b885d2ddce1885b /packages/busybox/slingbox-1.1.3/Makefile_args.patch | |
parent | f4223494e69d4c3fb61ea068619363ed67987ef6 (diff) | |
parent | 8a06d3deaa7c6f7144d031c3b2142e5e69cff6b9 (diff) |
merge of 6c892a12e5ecbf776b1486325e3502f44bfbee00
and a28eb0331581874fd47b01b78e86dc73b0c99fcd
Diffstat (limited to 'packages/busybox/slingbox-1.1.3/Makefile_args.patch')
-rw-r--r-- | packages/busybox/slingbox-1.1.3/Makefile_args.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/busybox/slingbox-1.1.3/Makefile_args.patch b/packages/busybox/slingbox-1.1.3/Makefile_args.patch new file mode 100644 index 0000000000..7561a89b94 --- /dev/null +++ b/packages/busybox/slingbox-1.1.3/Makefile_args.patch @@ -0,0 +1,11 @@ +--- busybox-1.1.2/Makefile.orig 2006-04-10 14:45:46.000000000 -0500 ++++ busybox-1.1.2/Makefile 2006-05-15 00:54:31.000000000 -0500 +@@ -79,6 +79,8 @@ + top_srcdir=$(top_srcdir) \ + top_builddir=$(top_builddir) \ + KBUILD_SRC=$(top_srcdir) \ ++ PREFIX=$(PREFIX) \ ++ CROSS=$(CROSS) \ + -f $(CURDIR)/Makefile $@ + + $(KBUILD_OUTPUT)/Rules.mak: |