mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
avahi:
- dont use linker plugin (gcc bug 42453)
This commit is contained in:
parent
ffdb2984e8
commit
af54183212
@ -7,6 +7,10 @@ $SCRIPTS/build expat
|
||||
$SCRIPTS/build libdaemon
|
||||
$SCRIPTS/build dbus
|
||||
|
||||
# Suffers from bug 42453 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42453>.
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-fuse-linker-plugin||"`
|
||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-fuse-linker-plugin||"`
|
||||
|
||||
cd $PKG_BUILD
|
||||
py_cv_mod_gtk_=yes \
|
||||
py_cv_mod_dbus_=yes \
|
||||
|
Loading…
x
Reference in New Issue
Block a user