glib2: make build progress with python3

Remove non-existent file from SUBST.

Mention current error in TODO:
wip/glib2/work/glib-2.58.2/output/gio/glib-compile-resources: Shared object "libgio-2.0.so.0" not found
This commit is contained in:
Thomas Klausner 2019-02-16 16:48:12 +01:00
parent 4ad47104de
commit 25deaf4309
2 changed files with 4 additions and 1 deletions

View File

@ -69,12 +69,14 @@ CONFIGURE_ARGS+= --disable-threads
.include "../../mk/pthread.buildlink3.mk"
.endif
pre-configure:
${LN} -s ${PYTHONBIN} ${BUILDLINK_DIR}/bin/python3
BUILD_DEFS+= VARBASE
SUBST_CLASSES+= dbusdb
SUBST_MESSAGE.dbusdb= Adjust dbus machine uuid path to dbus package
SUBST_STAGE.dbusdb= pre-configure
SUBST_FILES.dbusdb= gio/gdbusconnection.c
SUBST_FILES.dbusdb+= gio/gdbusprivate.c
SUBST_FILES.dbusdb+= po/glib20.pot
SUBST_FILES.dbusdb+= po/*.po
SUBST_SED.dbusdb= -e 's,/var/lib/dbus,${VARBASE}/db/dbus,g'

1
glib2/TODO Normal file
View File

@ -0,0 +1 @@
wip/glib2/work/glib-2.58.2/output/gio/glib-compile-resources: Shared object "libgio-2.0.so.0" not found