summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index b1da4fbe59..d5dc412cd9 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -22,14 +22,14 @@ PERL_class-native = "${STAGING_BINDIR_NATIVE}/perl-native/perl"
22export PERL_LIBDIR = "${libdir}/perl" 22export PERL_LIBDIR = "${libdir}/perl"
23PERL_LIBDIR_class-native = "${libdir}/perl-native/perl" 23PERL_LIBDIR_class-native = "${libdir}/perl-native/perl"
24 24
25EXTRA_OECONF = "--without-static-progs \ 25EXTRA_OECONF = "\
26 --without-dselect \ 26 --disable-dselect \
27 --with-start-stop-daemon \ 27 --enable-start-stop-daemon \
28 --with-zlib \ 28 --with-zlib \
29 --with-bz2lib \ 29 --with-bz2 \
30 --without-liblzma \ 30 --without-liblzma \
31 --without-selinux \ 31 --without-selinux \
32 --without-sgml-doc" 32 "
33 33
34do_configure () { 34do_configure () {
35 echo >> ${S}/m4/compiler.m4 35 echo >> ${S}/m4/compiler.m4