diff options
-rw-r--r-- | meta-oe/recipes-support/links/links.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/links/links.inc b/meta-oe/recipes-support/links/links.inc index e77e2c454..78d7ec78d 100644 --- a/meta-oe/recipes-support/links/links.inc +++ b/meta-oe/recipes-support/links/links.inc | |||
@@ -10,4 +10,8 @@ SRC_URI = "http://links.twibright.com/download/links-${PV}.tar.bz2 \ | |||
10 | file://ac-prog-cxx.patch \ | 10 | file://ac-prog-cxx.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | PACKAGECONFIG ??= "" | ||
14 | PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" | ||
15 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,lzma" | ||
16 | |||
13 | inherit autotools | 17 | inherit autotools |