@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2012 OpenWrt.org
# Copyright (C) 2006-2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -8,12 +8,12 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := cyassl
PKG_VERSION := 1.6.5
PKG_RELEASE := 2
PKG_VERSION := 2.8.0
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .zip
PKG_SOURCE_URL := http://www.yassl.com/
PKG_MD5SUM := 98c2c6350acf1d089756a1de9ccb9903
PKG_MD5SUM := 7465d4815af90eff01095fa1b031ce09
PKG_FIXUP := patch-libtool
PKG_INSTALL := 1
@ -38,14 +38,15 @@ TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \
--without-zlib \
--enable-singleThreaded
--enable-singlethreaded \
--disable-examples
d e f i n e B u i l d / I n s t a l l D e v
$( INSTALL_DIR) $( 1) /usr/include
$( CP) $( PKG_INSTALL_DIR) /usr/include/* $( 1) /usr/include/
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libcyassl.{ a, so*,la} $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libcyassl.{ so*,la} $( 1) /usr/lib/
e n d e f
d e f i n e P a c k a g e / l i b c y a s s l / i n s t a l l