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
This commit is contained in:
florian 2008-09-27 14:39:08 +00:00
parent 7c359b1a95
commit 17d1be7f85

View File

@ -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