mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 03:49:57 +00:00
pidgin: fix build on CentOS 6
Signed-off-by: Lukas Märdian <luk@slyon.de>
This commit is contained in:
committed by
Martin Jansa
parent
26366c8101
commit
ff4e6575ea
@@ -23,6 +23,7 @@ EXTRA_OECONF = " \
|
|||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
touch ${S}/po/Makefile
|
touch ${S}/po/Makefile
|
||||||
|
sed -i "s#PY_VERSION=`$PYTHON -c 'import sys ; print sys.version[0:3]'`#PY_VERSION=${PYTHON_BASEVERSION}#g" ${S}/configure.ac
|
||||||
}
|
}
|
||||||
|
|
||||||
OE_LT_RPATH_ALLOW=":${libdir}/purple-2:"
|
OE_LT_RPATH_ALLOW=":${libdir}/purple-2:"
|
||||||
|
|||||||
Reference in New Issue
Block a user