mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
dbus-glib: build with '-fPIC -DPIC'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
058c9ab61b
commit
f4480b7ed6
@ -48,6 +48,10 @@ PKG_CONFIGURE_OPTS_HOST="--disable-tests \
|
|||||||
--disable-bash-completion \
|
--disable-bash-completion \
|
||||||
--enable-asserts=yes"
|
--enable-asserts=yes"
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
CFLAGS="$CFLAGS -fPIC -DPIC"
|
||||||
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm -rf $INSTALL/usr/bin/dbus-binding-tool
|
rm -rf $INSTALL/usr/bin/dbus-binding-tool
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user