diff options
Diffstat (limited to 'jpeg')
-rw-r--r-- | jpeg/jpeg_6b.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe index acebca58b8..bdaff21161 100644 --- a/jpeg/jpeg_6b.oe +++ b/jpeg/jpeg_6b.oe @@ -10,7 +10,7 @@ SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ file://${FILESDIR}/debian.patch;patch=1 \ file://${FILESDIR}/ldflags.patch;patch=1" -inherit autotools libtool +inherit autotools EXTRA_OECONF="--enable-static --enable-shared" |