unfs3 is not parallel build safe
[openwrt/svn-archive/archive.git] / net / strongswan4 / Makefile
index 2fe3d98f40c2be51a2c14eef8522f953094e416e..df7d1110724c64535c9b3d0b66314e7bec5b1594 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=strongswan
-PKG_VERSION:=4.3.6
-PKG_RELEASE:=2
+PKG_VERSION:=4.3.7
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://download.strongswan.org/
-PKG_MD5SUM:=e071f46b6c463ce76900758734e6143e
+PKG_MD5SUM:=02adcea934ef536e704d03c5d0f934f8
 
 PKG_MOD_AVAILABLE:= \
        aes \
@@ -75,6 +75,7 @@ PKG_CONFIG_DEPENDS:= \
 
 PKG_FIXUP:=libtool
 PKG_INSTALL:=1
+PKG_BUILD_PARALLEL:=1
 
 include $(INCLUDE_DIR)/package.mk