>From 0e3d0fc4fef035b210250d927640e677f1f4bf88 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" <[email protected]> Date: Fri, 7 Mar 2014 21:56:14 -0500 Subject: [PATCH 1/6] Fix build of glib2 on Fedora 20 To: [email protected]
Signed-off-by: W. Michael Petullo <[email protected]> --- libs/glib2/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 978e816..9c69ee6 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -57,6 +57,13 @@ define Build/Configure ); endef +# Fix build on Fedora 20. +define Host/Configure + $(call Host/Configure/Default, \ + --disable-selinux \ + ); +endef + define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) \ -- 1.8.5.3 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
