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 | df57c5fdde4408e1db5a180043f60f309949c645 (patch) | |
tree | 4ecdf206a3c11ba8a4acc4162d1dd0d89cda4887 | |
parent | 37020b2d6b7e323e4ff11582287b972617b563db (diff) | |
download | upstream-df57c5fdde4408e1db5a180043f60f309949c645.tar.gz upstream-df57c5fdde4408e1db5a180043f60f309949c645.tar.bz2 upstream-df57c5fdde4408e1db5a180043f60f309949c645.zip |
cyassl: use patch-libtool pkg fixup
SVN-Revision: 29693
-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 |