diff options
author | Chris Larson <clarson@kergoth.com> | 2004-02-04 00:24:40 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-02-04 00:24:40 +0000 |
commit | c4e10274b0ea81d3c1acdda247d1cd38b6c70935 (patch) | |
tree | 5b39ac56d5871b5f2c852f92a090ac795b3b4642 /jpeg | |
parent | 6a1fbf6d51eb44ffca31b84206b9084fb9a1f94d (diff) |
Merge bk://openembedded.bkbits.net/packages
into linux.local:/home/kergoth/code/packages
2004/02/03 14:43:47-05:00 local!kergoth
Merge bk://openembedded.bkbits.net/packages
into linux.local:/home/kergoth/code/packages
2004/02/03 11:00:23-06:00 tuxnami.org!kergoth
Remove unnecessary CC var set in jpeg build.
BKrev: 40203bc8LqgVnTV1Dy-fjoJ4RkIw_g
Diffstat (limited to 'jpeg')
-rw-r--r-- | jpeg/jpeg_6b.oe | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe index 860eff1e48..abc9900624 100644 --- a/jpeg/jpeg_6b.oe +++ b/jpeg/jpeg_6b.oe @@ -14,8 +14,6 @@ EXTRA_OECONF="--enable-static --enable-shared" CFLAGS_append = " -D_REENTRANT" -CC = ${TARGET_ARCH}-${TARGET_OS}-gcc - 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 |