[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:
parent
6af8b03788
commit
2c011d535c
@ -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; );
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user