X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1ad9b6899d4f1a41a321d1f7964e9d0d475483b5..047517538e0ca23b75f7bd8815552dce5376f3cb:/openwrt/target/linux/package/openswan/Makefile?ds=sidebyside diff --git a/openwrt/target/linux/package/openswan/Makefile b/openwrt/target/linux/package/openswan/Makefile index be0d32315..730ad9bab 100644 --- a/openwrt/target/linux/package/openswan/Makefile +++ b/openwrt/target/linux/package/openswan/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk include ../../rules.mk PKG_NAME:=openswan -PKG_VERSION:=2.4.0 +PKG_VERSION:=2.4.4 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 @@ -30,6 +30,7 @@ $(PKG_BUILD_DIR)/.built: ARCH="$(LINUX_KARCH)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ USERCOMPILE="$(FLAGS)" \ + AS="$(TARGET_CC) -c $(TARGET_CFLAGS)" \ module $(IPKG_KMOD_OPENSWAN):