diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-12-02 06:42:25 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-12-02 06:42:25 +0000 |
commit | 6a60acaa86ffc8b867f76eac5455f1f250c9ff92 (patch) | |
tree | e4e5691858a52b3eca4883861ead0faee122e121 /package/ltp-testsuite/ltp-testsuite.mk | |
parent | aadd9714b6eb183722a9209a3210457868bc2366 (diff) |
Bump the revision to the latest release and update the patches. Some idiots decided to use deprecated functions 'bzero' and 'bcmp' so we patch that up. Someone fell free to pass the patch upstream to the LTP persons, I don't have time.
Diffstat (limited to 'package/ltp-testsuite/ltp-testsuite.mk')
-rw-r--r-- | package/ltp-testsuite/ltp-testsuite.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk index 60554acf8..571c8ea2f 100644 --- a/package/ltp-testsuite/ltp-testsuite.mk +++ b/package/ltp-testsuite/ltp-testsuite.mk @@ -3,7 +3,7 @@ # ltp-testsuite # ############################################################# -LTP_TESTSUITE_VERSION:=20060615 +LTP_TESTSUITE_VERSION:=20061121 LTP_TESTSUITE_SOURCE:=ltp-full-$(LTP_TESTSUITE_VERSION).tgz LTP_TESTSUITE_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/ltp LTP_TESTSUITE_CAT:=$(ZCAT) |