blob: 08a9c06fbf209de77c847b8aa4f99be2cda6c5e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require 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"
|