diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-08 15:39:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-08 15:39:42 +0000 |
commit | 53291d4ceb1b40372bca34f3e9f7e62b878c9c91 (patch) | |
tree | 3c542bb4e50d49e1e16476f0094f88607b391d22 /package/cyassl | |
parent | c5d1f1527beef6b38013ffb51795c13859095d37 (diff) | |
download | upstream-53291d4ceb1b40372bca34f3e9f7e62b878c9c91.tar.gz upstream-53291d4ceb1b40372bca34f3e9f7e62b878c9c91.tar.bz2 upstream-53291d4ceb1b40372bca34f3e9f7e62b878c9c91.zip |
[package] cyassl: use patch-libtool pkg fixup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29693 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cyassl')
-rw-r--r-- | package/cyassl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cyassl/Makefile b/package/cyassl/Makefile index 2e5365b609..442186aac7 100644 --- a/package/cyassl/Makefile +++ b/package/cyassl/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip PKG_SOURCE_URL:=http://www.yassl.com/ PKG_MD5SUM:=98c2c6350acf1d089756a1de9ccb9903 -PKG_FIXUP:=libtool no-autoreconf +PKG_FIXUP:=patch-libtool PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |