From 2c011d535cc5eb95534b4dcfbc3d77c6ec2cf7e0 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 10 Sep 2009 15:26:18 +0000 Subject: [PATCH] [packages] remove 2.4 specific configure overrides (handled in source:/trunk/include/site/mipsel-linux2.4-uclibc?rev=12896#L5) git-svn-id: svn://svn.openwrt.org/openwrt/packages@17562 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/avahi/Makefile | 1 - utils/dbus-x/Makefile | 1 - utils/dbus/Makefile | 1 - 3 files changed, 3 deletions(-) diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index 6122e646c..32059cee2 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -144,7 +144,6 @@ endif CONFIGURE_VARS+= \ CFLAGS="$$$$CFLAGS -DNDEBUG" \ - $(if $(CONFIG_LINUX_2_4),ac_cv_header_sys_inotify_h=no) define Build/Configure ( cd $(PKG_BUILD_DIR); aclocal; libtoolize; autoreconf; ); diff --git a/utils/dbus-x/Makefile b/utils/dbus-x/Makefile index ab5dafd82..5848fffac 100644 --- a/utils/dbus-x/Makefile +++ b/utils/dbus-x/Makefile @@ -68,7 +68,6 @@ CONFIGURE_ARGS += \ CONFIGURE_VARS+= \ ac_cv_have_abstract_sockets="yes" \ - $(if $(CONFIG_LINUX_2_4),ac_cv_header_sys_inotify_h=no) define Package/dbus-launch-x/install $(INSTALL_DIR) $(1)/usr/bin diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 419d5ac14..95f978cf6 100644 --- a/utils/dbus/Makefile +++ b/utils/dbus/Makefile @@ -97,7 +97,6 @@ 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