From 17d1be7f85b9bfd0f774d4785a0b87193191027c Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 27 Sep 2008 14:39:08 +0000 Subject: [PATCH] Dbus needs the same trick as avahi to properly disable inotify/dnotify checks with 2.4 git-svn-id: svn://svn.openwrt.org/openwrt/packages@12731 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/dbus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 24f0997e8..087415a37 100644 --- a/utils/dbus/Makefile +++ b/utils/dbus/Makefile @@ -69,7 +69,6 @@ CONFIGURE_ARGS += \ --disable-ansi \ --disable-asserts \ --disable-console-owner-file \ - --disable-dnotify \ --disable-doxygen-docs \ --disable-gcov \ --disable-selinux \ @@ -85,6 +84,7 @@ CONFIGURE_ARGS += \ CONFIGURE_VARS+= \ ac_cv_have_abstract_sockets="yes" \ + $(if $(CONFIG_LINUX_2_4),ac_cv_header_sys_inotify_h=no) \ define Build/InstallDev -- 2.11.0