mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-29 06:36:22 +00:00
12 lines
237 B
PHP
12 lines
237 B
PHP
SRC_URI = "file://${HOME}/linphone-3.5.2.tar.gz"
|
|
|
|
S = "${WORKDIR}/linphone-3.5.2"
|
|
|
|
require linphone-common.inc
|
|
|
|
do_configure_prepend () {
|
|
./autogen.sh
|
|
}
|
|
|
|
#Required to avoid compile errors on May 2011.
|
|
EXTRA_OECONF +=" --disable-strict"
|