projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't add robocfg by default - not necessary anymore
[openwrt.git]
/
package
/
vpnc
/
Makefile
diff --git
a/package/vpnc/Makefile
b/package/vpnc/Makefile
index
7513290
..
5508290
100644
(file)
--- a/
package/vpnc/Makefile
+++ b/
package/vpnc/Makefile
@@
-25,6
+25,8
@@
$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
CC=$(TARGET_CC) \
+ OFLAGS="$(TARGET_CFLAGS)" \
+ OS="Linux" \
STAGING_DIR=$(STAGING_DIR) \
DESTDIR=$(PKG_INSTALL_DIR) \
PREFIX=/usr \
This page took
0.021377 seconds
and
4
git commands to generate.