diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/maradns/files/rng-makefile-build-cc.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/maradns/files/rng-makefile-build-cc.patch')
-rw-r--r-- | packages/maradns/files/rng-makefile-build-cc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/maradns/files/rng-makefile-build-cc.patch b/packages/maradns/files/rng-makefile-build-cc.patch index e69de29bb2..55f95ab1cd 100644 --- a/packages/maradns/files/rng-makefile-build-cc.patch +++ b/packages/maradns/files/rng-makefile-build-cc.patch @@ -0,0 +1,11 @@ +--- rng/Makefile.orig 2004-09-24 16:10:44.550378128 +0200 ++++ rng/Makefile 2004-09-24 16:11:02.147702928 +0200 +@@ -20,7 +20,7 @@ + $(CC) -c $(FLAGS) -o rng-api-fst.o rng-api-fst.c + + make_32bit_tables: make_32bit_tables.c +- $(CC) -o make_32bit_tables make_32bit_tables.c ++ $(BUILD_CC) -o make_32bit_tables make_32bit_tables.c + + rng-32bit-tables.h: make_32bit_tables + ./make_32bit_tables > rng-32bit-tables.h |