diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-28 13:41:04 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-28 13:41:04 +0000 |
commit | 56f58480bba3cc430a788c9d6c9abd371040f68e (patch) | |
tree | ea1b41a3360fa0e6fa7396e8730d8d9e9d9729e8 /packages/linphone/linphone_1.3.99.8.bb | |
parent | 54ba0710aec882c5adac8d0de08e36136dc9414e (diff) | |
parent | ae34dd31f15536b14493dcb91eba0209f3e18bd0 (diff) |
merge of '425c38aa299f3015ce439347ec5c8736d76b984b'
and '4e11ae888ef9a24373e696b3cd581aab1009b46d'
Diffstat (limited to 'packages/linphone/linphone_1.3.99.8.bb')
-rw-r--r-- | packages/linphone/linphone_1.3.99.8.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linphone/linphone_1.3.99.8.bb b/packages/linphone/linphone_1.3.99.8.bb index 05998f889d..f96bd66b82 100644 --- a/packages/linphone/linphone_1.3.99.8.bb +++ b/packages/linphone/linphone_1.3.99.8.bb @@ -15,9 +15,9 @@ inherit autotools EXTRA_OECONF = "--disable-gnome_ui --disable-gtk-doc --without-ffmpeg \ --without-sdl --disable-video --enable-alsa \ - --with-osip=${STAGING_DIR}/${HOST_SYS} \ - --with-readline=${STAGING_DIR}/${HOST_SYS} \ - --with-speex=${STAGING_DIR}/${HOST_SYS} \ + --with-osip=${STAGING_DIR_HOST}${layout_exec_prefix} \ + --with-readline=${STAGING_DIR_HOST}${layout_exec_prefix} \ + --with-speex=${STAGING_DIR_HOST}${layout_exec_prefix} \ --disable-truespeech --disable-manual \ --disable-glibtest --disable-glib" |