projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix build on 2.4 systems
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
openswan
/
Makefile
diff --git
a/openwrt/target/linux/package/openswan/Makefile
b/openwrt/target/linux/package/openswan/Makefile
index
730ad9b
..
0b38286
100644
(file)
--- a/
openwrt/target/linux/package/openswan/Makefile
+++ b/
openwrt/target/linux/package/openswan/Makefile
@@
-26,6
+26,7
@@
FLAGS := $(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/linux/include -L$(STAGING_DIR)/usr/
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
+ KERNEL_RELEASE="$(KERNEL_RELEASE)" \
KERNELSRC="$(KERNEL_DIR)" \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
This page took
0.021812 seconds
and
4
git commands to generate.