[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
This commit is contained in:
nico 2009-09-10 15:26:18 +00:00
parent 6af8b03788
commit 2c011d535c
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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