blob: c6ce0c9e662902cc13292930636f04c1e51d20a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include dpkg.inc
DEPENDS += "bzip2"
inherit autotools gettext
EXTRA_OECONF = "--without-static-progs \
--without-dselect \
--with-start-stop-daemon \
--with-zlib \
--with-bz2lib \
--without-sgml-doc"
|