mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 20:16:16 +02: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:
parent
d3eafd4b11
commit
744486a9ad
@ -28,7 +28,7 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
||||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
|
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
|
||||||
ac_cv_linux_vers=$(LINUX_VERSION) \
|
ac_cv_linux_vers=2 \
|
||||||
td_cv_buggygetaddrinfo="no" \
|
td_cv_buggygetaddrinfo="no" \
|
||||||
./configure \
|
./configure \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
|
Loading…
Reference in New Issue
Block a user