diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-08 04:39:39 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-08 04:39:39 +0000 |
commit | 447a14c4c612c9a0778b2ab2017b401ce145214f (patch) | |
tree | 52b485729e8228c6c481e375091a1ed1a211b2eb /jpeg/jpeg_6b.oe | |
parent | afbd9fa5a97db40d6c9ec0721fc9b250d356035b (diff) |
Fix the espgs 7.07.1rc1 build and move it out of nonworking (ghostscript :).
BKrev: 40c5430bmowCSRXy9Al50PEeZOmdrA
Diffstat (limited to 'jpeg/jpeg_6b.oe')
-rw-r--r-- | jpeg/jpeg_6b.oe | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe index 546b214fcb..3ac83114c3 100644 --- a/jpeg/jpeg_6b.oe +++ b/jpeg/jpeg_6b.oe @@ -8,12 +8,14 @@ FILES_jpeg-tools = "${bindir}" SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ file://debian.patch;patch=1 \ - file://ldflags.patch;patch=1" + file://ldflags.patch;patch=1 \ + file://paths.patch;patch=1" +S = "${WORKDIR}/jpeg-${PV}" inherit autotools EXTRA_OECONF="--enable-static --enable-shared" -EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR}/${TARGET_PREFIX}libtool"' +EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR}/${HOST_SYS}-libtool"' CFLAGS_append = " -D_REENTRANT" |