1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 02:38:12 +03:00

Remove reference to LINUX_VERSION not defined anymore for normal (non-kmod) package

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1188 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-06-10 17:19:54 +00:00
parent d3eafd4b11
commit 744486a9ad

View File

@ -28,7 +28,7 @@ $(PKG_BUILD_DIR)/.configured:
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
ac_cv_linux_vers=$(LINUX_VERSION) \
ac_cv_linux_vers=2 \
td_cv_buggygetaddrinfo="no" \
./configure \
--target=$(GNU_TARGET_NAME) \