diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-02-01 15:11:05 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-02-01 15:11:05 +0000 |
commit | 9a8046ebf9a398d7f43bdf74c69be0a9e07898d4 (patch) | |
tree | d513a6c6e434cf52d57b41efdcecae2129989d2b /jpeg/jpeg_6b.oe | |
parent | 9fb327795a36f0c1cc1e8f0dc9c9cf18653ee0d0 (diff) |
Merge allanon.vanille.de:/usr/local/projects/oe-packages
into allanon.vanille.de:/usr/local/projects/uml
2004/02/01 16:10:47+01:00 vanille.de!mickey
BUGFIX: linux-uml builds now and links against the proper libc
BKrev: 401d1709BG2WWEA3emxhOYVgtTAPAw
Diffstat (limited to 'jpeg/jpeg_6b.oe')
-rw-r--r-- | jpeg/jpeg_6b.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe index abc9900624..e92036f699 100644 --- a/jpeg/jpeg_6b.oe +++ b/jpeg/jpeg_6b.oe @@ -14,6 +14,8 @@ EXTRA_OECONF="--enable-static --enable-shared" CFLAGS_append = " -D_REENTRANT" +CC = ${CC} + do_stage() { install -m 644 -D jconfig.h ${STAGING_DIR}/target/include/jconfig.h install -m 644 -D jpeglib.h ${STAGING_DIR}/target/include/jpeglib.h |