From: Nicolas Thill Date: Thu, 10 Sep 2009 15:26:18 +0000 (+0000) Subject: [packages] remove 2.4 specific configure overrides (handled in source:/trunk/include... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=fe23a744b143a20a7ac81cb40db2fe018035a14e;hp=04d4b16464341d0ebb605543dd9f7d14411b75db [packages] remove 2.4 specific configure overrides (handled in source:/trunk/include/site/mipsel-linux2.4-uclibc?rev=12896#L5) SVN-Revision: 17562 --- diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index 6122e646c9..32059cee26 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 ab5dafd82b..5848fffac0 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 419d5ac149..95f978cf6e 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