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 | 72f00c8de440ac3bf3c373c107e7555182f9fafb (patch) | |
tree | 662574d976283456f538103550874cb89118599a /package/libs/cyassl/Makefile | |
parent | 41cbd0a3895faa6f2462f302730cdae8e0779adb (diff) | |
download | upstream-72f00c8de440ac3bf3c373c107e7555182f9fafb.tar.gz upstream-72f00c8de440ac3bf3c373c107e7555182f9fafb.tar.bz2 upstream-72f00c8de440ac3bf3c373c107e7555182f9fafb.zip |
change fixup method and fix CFLAGS handling
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39151
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 |