aboutsummaryrefslogtreecommitdiffstats
path: root/packages/prismstumbler
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-03-07 15:44:56 +0000
committerKoen Kooi <koen@openembedded.org>2005-03-07 15:44:56 +0000
commit573acdc94a9e08c6f9b2b309e26a5985024989d5 (patch)
treecff14b132298a8ca29b8619b8b075454b7d3f7e6 /packages/prismstumbler
parent5c9da40b558c0b416e1e1783ca44dbdbadd1fbbd (diff)
downloadopenembedded-573acdc94a9e08c6f9b2b309e26a5985024989d5.tar.gz
prismstumbler_0.7.3.bb: fix CFLAGS
gpe-aerial_0.2.13.bb: added to repo BKrev: 422c76f8BwWyI0kW72K0RfXHOfjI-g
Diffstat (limited to 'packages/prismstumbler')
-rw-r--r--packages/prismstumbler/prismstumbler_0.7.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/prismstumbler/prismstumbler_0.7.3.bb b/packages/prismstumbler/prismstumbler_0.7.3.bb
index 45f0526048..99f0956afd 100644
--- a/packages/prismstumbler/prismstumbler_0.7.3.bb
+++ b/packages/prismstumbler/prismstumbler_0.7.3.bb
@@ -15,7 +15,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/prismstumbler/${PN}-${PV}.tar.bz2 \
inherit autotools pkgconfig
EXTRA_OECONF = "--with-libpcap=${STAGING_DIR}/${HOST_SYS} --with-sqlite-libs=${STAGING_LIBDIR} --with-sqlite-includes=${STAGING_INCDIR}"
-CFLAGS =+ "-I${S}/include"
+CFLAGS =+ "-I${S}/include -D_GNU_SOURCE"
FILES_${PN} = "${bindir}/prismstumbler"