diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-12-20 20:25:44 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-12-20 20:25:44 +0000 |
commit | 2f536bc64e1e90d22170ca8d4d001820aefbebc1 (patch) | |
tree | 1d1cf3d71d25aee1bd2ec9e9e8ae371cce463698 /package/libs/cyassl/Makefile | |
parent | 0c83afb6ecdc1d55c6afa0009d89f5baab64a0b8 (diff) | |
download | upstream-2f536bc64e1e90d22170ca8d4d001820aefbebc1.tar.gz upstream-2f536bc64e1e90d22170ca8d4d001820aefbebc1.tar.bz2 upstream-2f536bc64e1e90d22170ca8d4d001820aefbebc1.zip |
[cyassl]: change fixup method and fix CFLAGS handling
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39151 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/cyassl/Makefile')
-rw-r--r-- | package/libs/cyassl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/cyassl/Makefile b/package/libs/cyassl/Makefile index df8335e800..3b8f88b750 100644 --- a/package/libs/cyassl/Makefile +++ b/package/libs/cyassl/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cyassl PKG_VERSION:=2.8.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip PKG_SOURCE_URL:=http://www.yassl.com/ PKG_MD5SUM:=7465d4815af90eff01095fa1b031ce09 -PKG_FIXUP:=patch-libtool +PKG_FIXUP:=libtool PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |