diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-02-09 08:25:49 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-02-09 08:25:49 +0000 |
commit | 7c7dcbfb079ce9d690a0dc63f2161e5c37cdcb8f (patch) | |
tree | f2a7c56f02dfee687bdd5ee3a09efaa3e0d0cc7f /packages | |
parent | e01cf09e9666bf12ccde929e942e98ad4a150264 (diff) |
linphone: Work around build problem... and yes it matters...
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gpephone/linphone_1.5.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gpephone/linphone_1.5.0.bb b/packages/gpephone/linphone_1.5.0.bb index ac39bead66..3720512150 100644 --- a/packages/gpephone/linphone_1.5.0.bb +++ b/packages/gpephone/linphone_1.5.0.bb @@ -22,7 +22,7 @@ EXTRA_OECONF = "--disable-gnome_ui --disable-gtk-doc --without-ffmpeg \ do_configure () { export LIBTOOL="${STAGING_BINDIR_NATIVE}/${TARGET_PREFIX}libtool" - oe_runconf SPEEX_LIBS="-lspeex" SPEEX_CFLAGS="" + oe_runconf SPEEX_LIBS="-lspeex" SPEEX_CFLAGS=" " } do_compile () { |