diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-03-03 06:56:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-03-03 07:00:55 +0100 |
commit | bd091932f757bb2f7b4eac4068e5b1d9d25fd13b (patch) | |
tree | 42d452550f4e10c3d5f08e32865b3f61488645d8 /mk | |
parent | 92ab1f5a9b8413e15b8cc6f5a896354f88a47f87 (diff) |
remove midori, it needs libpeas, which needs gobject-introspection
I am not able to cross-compile gobject-introspection and not ever
willing to try it again. It's a mess. Update all packages required
on the way to midori, which now will be removed. sorry.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/host.mk | 2 | ||||
-rw-r--r-- | mk/mirrors.mk | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mk/host.mk b/mk/host.mk index 9ff38ac6f..33c437836 100644 --- a/mk/host.mk +++ b/mk/host.mk @@ -15,7 +15,7 @@ HOST_AUTOTOOL_ENV+= PATH='${HOST_PATH}' \ HOST_CONFIGURE_ENV?= PATH='${HOST_PATH}' \ ${COMMON_ENV} \ ${HOST_ENV} \ - PKG_CONFIG_LIBDIR='${STAGING_HOST_DIR}/usr/lib/pkgconfig:${STAGING_HOST_DIR}/usr/share/pkgconfig' \ + PKG_CONFIG_LIBDIR='${STAGING_HOST_DIR}/usr/lib/pkgconfig:${STAGING_HOST_DIR}/usr/share/pkgconfig:${STAGING_HOST_DIR}/usr/lib/${GNU_HOST_NAME}/pkgconfig' \ PKG_CONFIG_SYSROOT_DIR='${STAGING_HOST_DIR}' \ PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 diff --git a/mk/mirrors.mk b/mk/mirrors.mk index a3b36be0b..a8dc27f6a 100644 --- a/mk/mirrors.mk +++ b/mk/mirrors.mk @@ -55,6 +55,7 @@ MASTER_SITE_MYSQL?= \ http://mysql.easynet.be/ \ MASTER_SITE_GNOME?= \ + https://download.gnome.org/sources/ \ ftp://ftp.gnome.org/pub/GNOME/sources/ \ ftp://ftp.linux.org.uk/mirrors/ftp.gnome.org/sources/ \ ftp://ftp.acc.umu.se/pub/GNOME/sources/ \ |