From: Holger Freyther Date: Wed, 14 Jul 2004 20:53:01 +0000 (+0000) Subject: Patch libqpe-opie CVS revsion to use alternate compile defines when building X-Git-Tag: Release-2010-05/1~18220 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=139bd5d52ea46af0514189584aac1e11443e459e;p=openembedded.git Patch libqpe-opie CVS revsion to use alternate compile defines when building BKrev: 40f59d2dF7B9q0rpWo2eiiYLzXy1nA --- diff --git a/libqpe/libqpe-opie_cvs.oe b/libqpe/libqpe-opie_cvs.oe index 18129cf33d..7b37908394 100644 --- a/libqpe/libqpe-opie_cvs.oe +++ b/libqpe/libqpe-opie_cvs.oe @@ -18,7 +18,7 @@ export QTDIR = "${STAGING_LIBDIR}/.." export OPIEDIR = "${STAGING_LIBDIR}/.." EXTRA_QMAKEVARS_POST = "DESTDIR=" -CXXFLAGS_append = " -DQWS -fno-rtti -fno-exceptions" +CXXFLAGS_append = " -DQWS -DOPIE_NO_ERASE_RECT_HACKFIX -DOPIE_NEW_MALLOC -fno-rtti -fno-exceptions" do_compile() { mkdir -p ${STAGING_INCDIR}/qpe \