diff options
author | Michael Krelin <hacker@klever.net> | 2007-05-05 19:58:23 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-05 19:58:23 +0000 |
commit | e68214a554290b9378818fbfd97addd2867beb36 (patch) | |
tree | 740fab19cbd6b93e62b3fc7f6b26ba479102202e /packages/prismstumbler/prismstumbler_0.7.3.bb | |
parent | a3a5300787763129b26dd59ff4b48195f4fa3f62 (diff) |
prismstumbler: fix build against motif and recent linux-linux-headers, closes #2177
Diffstat (limited to 'packages/prismstumbler/prismstumbler_0.7.3.bb')
-rw-r--r-- | packages/prismstumbler/prismstumbler_0.7.3.bb | 6 |
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" |