projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Disable X support, fixes compilation errors
[openwrt.git]
/
openwrt
/
package
/
openswan
/
Makefile
diff --git
a/openwrt/package/openswan/Makefile
b/openwrt/package/openswan/Makefile
index
a25f12d
..
2cfdc21
100644
(file)
--- a/
openwrt/package/openswan/Makefile
+++ b/
openwrt/package/openswan/Makefile
@@
-3,9
+3,9
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=openswan
include $(TOPDIR)/rules.mk
PKG_NAME:=openswan
-PKG_VERSION:=2.4.
0
+PKG_VERSION:=2.4.
4
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=
6cbba783658eb62b87cbf4937f5e8464
+PKG_MD5SUM:=
bd1a46c64727674149de61da2a32ca63
PKG_SOURCE_URL:=http://www.openswan.org/download
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.openswan.org/download
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-18,6
+18,9
@@
$(eval $(call PKG_template,OPENSWAN,openswan,$(PKG_VERSION)-$(PKG_RELEASE),$(ARC
FLAGS := $(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/linux/include -L$(STAGING_DIR)/usr/lib -I$(STAGING_DIR)/usr/include
FLAGS := $(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/linux/include -L$(STAGING_DIR)/usr/lib -I$(STAGING_DIR)/usr/include
+$(PKG_BUILD_DIR)/.configured:
+ touch $@
+
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
@@
-29,6
+32,7
@@
$(PKG_BUILD_DIR)/.built:
IPSECDIR="/usr/lib/ipsec" \
INC_USRLOCAL="/usr" \
programs
IPSECDIR="/usr/lib/ipsec" \
INC_USRLOCAL="/usr" \
programs
+ touch $@
$(IPKG_OPENSWAN):
$(MAKE) -C $(PKG_BUILD_DIR) \
$(IPKG_OPENSWAN):
$(MAKE) -C $(PKG_BUILD_DIR) \
This page took
0.021571 seconds
and
4
git commands to generate.