summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/prismstumbler/prismstumbler_0.7.3.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/prismstumbler/prismstumbler_0.7.3.bb b/packages/prismstumbler/prismstumbler_0.7.3.bb
index bf38d10ca1..c0bfdcc5be 100644
--- a/packages/prismstumbler/prismstumbler_0.7.3.bb
+++ b/packages/prismstumbler/prismstumbler_0.7.3.bb
@@ -10,7 +10,8 @@ RDEPENDS = "wireless-tools"
SRC_URI = "${SOURCEFORGE_MIRROR}/prismstumbler/${PN}-${PV}.tar.bz2 \
file://bogoconf.patch;patch=1 \
file://crosscompile.patch;patch=1 \
- file://libz.patch;patch=1;pnum=0"
+ file://libz.patch;patch=1;pnum=0 \
+ file://wireless.patch;patch=1"
inherit autotools pkgconfig
@@ -19,7 +20,8 @@ EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \
--with-libpcap=${STAGING_DIR}/${HOST_SYS} \
--with-sqlite-includes=${STAGING_INCDIR} \
--with-sqlite-libs=${STAGING_LIBDIR} \
- --without-athena"
+ --without-athena \
+ --without-motif"
CFLAGS =+ "-I${S}/include -D_GNU_SOURCE"