projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
do not compile a normal version of wireless-tools just for the shared library
[openwrt.git]
/
openwrt
/
package
/
vpnc
/
Makefile
diff --git
a/openwrt/package/vpnc/Makefile
b/openwrt/package/vpnc/Makefile
old mode 100755
(executable)
new mode 100644
(file)
index
6aec933
..
5508290
--- a/
openwrt/package/vpnc/Makefile
+++ b/
openwrt/package/vpnc/Makefile
@@
-1,3
+1,5
@@
+# $Id$
+
include $(TOPDIR)/rules.mk
PKG_NAME:=vpnc
include $(TOPDIR)/rules.mk
PKG_NAME:=vpnc
@@
-21,11
+23,18
@@
$(PKG_BUILD_DIR)/.configured:
touch $@
$(PKG_BUILD_DIR)/.built:
touch $@
$(PKG_BUILD_DIR)/.built:
- $(MAKE) STAGING_DIR=$(STAGING_DIR) CC=$(TARGET_CC) DESTDIR=$(PKG_INSTALL_DIR) -C $(PKG_BUILD_DIR) all install
+ $(MAKE) -C $(PKG_BUILD_DIR) \
+ CC=$(TARGET_CC) \
+ OFLAGS="$(TARGET_CFLAGS)" \
+ OS="Linux" \
+ STAGING_DIR=$(STAGING_DIR) \
+ DESTDIR=$(PKG_INSTALL_DIR) \
+ PREFIX=/usr \
+ all install
touch $@
$(IPKG_VPNC):
touch $@
$(IPKG_VPNC):
-
mkdir -p
$(IDIR_VPNC)
+
install -d -m0755
$(IDIR_VPNC)
cp -fpR $(PKG_INSTALL_DIR)/* $(IDIR_VPNC)/
$(RSTRIP) $(IDIR_VPNC)
$(IPKG_BUILD) $(IDIR_VPNC) $(PACKAGE_DIR)
cp -fpR $(PKG_INSTALL_DIR)/* $(IDIR_VPNC)/
$(RSTRIP) $(IDIR_VPNC)
$(IPKG_BUILD) $(IDIR_VPNC) $(PACKAGE_DIR)
This page took
0.022149 seconds
and
4
git commands to generate.