diff options
author | Martin Dietze <di@fh-wedel.de> | 2007-04-18 17:14:11 +0000 |
---|---|---|
committer | Martin Dietze <di@fh-wedel.de> | 2007-04-18 17:14:11 +0000 |
commit | fd06e9a14b39a2132c5689fc36dd785132839aff (patch) | |
tree | 2538589258d2ca5726cbb47d5880f2c8bbd06eaf /packages/gpephone/linphone_1.5.0.bb | |
parent | bcbe2cb0a539e74e9053dd1e69e29a5f4e47abbf (diff) | |
parent | 5e755a1c503c090de21133f80753eefd8fae3591 (diff) |
merge of '2620a9b57f6ef565cef134f6a34c2a51381ac2e3'
and '29e9fec80f07c69a19d9942792954c2d692e7d13'
Diffstat (limited to 'packages/gpephone/linphone_1.5.0.bb')
-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 ee59000133..0671c826bd 100644 --- a/packages/gpephone/linphone_1.5.0.bb +++ b/packages/gpephone/linphone_1.5.0.bb @@ -26,7 +26,7 @@ do_configure () { } do_compile () { - oe_runmake "LIBTOOL=${STAGING_BINDIR_NATIVE}/${TARGET_PREFIX}libtool" LIBTOOL="${STAGING_BINDIR_NATIVE}/${TARGET_PREFIX}libtool" + oe_runmake LIBTOOL="${STAGING_BINDIR_NATIVE}/${TARGET_PREFIX}libtool" SPEEX_LIBS="-lspeex" SPEEX_CFLAGS=" " } do_install () { |