prismstumbler: fix build against motif and recent linux-linux-headers, closes #2177
authorMichael Krelin <hacker@klever.net>
Sat, 5 May 2007 19:58:23 +0000 (19:58 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 5 May 2007 19:58:23 +0000 (19:58 +0000)
packages/prismstumbler/prismstumbler_0.7.3.bb

index bf38d10..c0bfdcc 100644 (file)
@@ -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"