projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
arpd and libdnet some time ago from johannes 5, thx
[openwrt.git]
/
package
/
openvpn
/
Makefile
diff --git
a/package/openvpn/Makefile
b/package/openvpn/Makefile
index
ceca469
..
bf0ada2
100644
(file)
--- a/
package/openvpn/Makefile
+++ b/
package/openvpn/Makefile
@@
-3,9
+3,9
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=openvpn
include $(TOPDIR)/rules.mk
PKG_NAME:=openvpn
-PKG_VERSION:=2.0
+PKG_VERSION:=2.0
.2
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=
7401faebc6baee9add32608709c54eec
+PKG_MD5SUM:=
862f8788f080f669b1ae00a74ef68001
PKG_SOURCE_URL:=http://openvpn.net/release @SF/openvpn
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://openvpn.net/release @SF/openvpn
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-28,6
+28,9
@@
endif
ifneq ($(BR2_PACKAGE_OPENVPN_SERVER),y)
DISABLE_SERVER:=--disable-server
endif
ifneq ($(BR2_PACKAGE_OPENVPN_SERVER),y)
DISABLE_SERVER:=--disable-server
endif
+ifneq ($(BR2_PACKAGE_OPENVPN_HTTP),y)
+DISABLE_HTTP:=--disable-http
+endif
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
@@
-62,9
+65,9
@@
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
--disable-plugins \
--disable-management \
--disable-socks \
--disable-plugins \
--disable-management \
--disable-socks \
- --disable-http \
$(DISABLE_LZO) \
$(DISABLE_SERVER) \
$(DISABLE_LZO) \
$(DISABLE_SERVER) \
+ $(DISABLE_HTTP) \
);
touch $(PKG_BUILD_DIR)/.configured
);
touch $(PKG_BUILD_DIR)/.configured
This page took
0.021303 seconds
and
4
git commands to generate.