diff options
author | Ladislav Hagara | 2010-08-24 11:15:42 +0200 |
---|---|---|
committer | Ladislav Hagara | 2010-08-24 11:15:42 +0200 |
commit | c0896537bb7b2d9c6827aed26dfc05284e5b759c (patch) | |
tree | f0542055ed4d6558c0d7eae977a4f7690139250c /ftp-libs | |
parent | 123b106d3556b91a949d83592c8f01ba3c97fda8 (diff) |
libtorrent: PRE_BUILD: removed ./autogen.sh #15803
Diffstat (limited to 'ftp-libs')
-rw-r--r-- | ftp-libs/libtorrent/HISTORY | 3 | ||||
-rwxr-xr-x | ftp-libs/libtorrent/PRE_BUILD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ftp-libs/libtorrent/HISTORY b/ftp-libs/libtorrent/HISTORY index 427027f96b..a34426c694 100644 --- a/ftp-libs/libtorrent/HISTORY +++ b/ftp-libs/libtorrent/HISTORY @@ -1,3 +1,6 @@ +2010-08-24 Ladislav Hagara <hgr@vabo.cz> + * PRE_BUILD: removed ./autogen.sh #15803 + 2009-12-08 Bor Kraljič <pyrobor@ver.si> * DETAILS: updated spell to 0.12.6 diff --git a/ftp-libs/libtorrent/PRE_BUILD b/ftp-libs/libtorrent/PRE_BUILD index 0be0c429af..e040c999e7 100755 --- a/ftp-libs/libtorrent/PRE_BUILD +++ b/ftp-libs/libtorrent/PRE_BUILD @@ -1,4 +1,3 @@ default_pre_build && cd ${SOURCE_DIRECTORY} && -patch -p1 < $SCRIPT_DIRECTORY/gcc44.patch && -./autogen.sh +patch -p1 < $SCRIPT_DIRECTORY/gcc44.patch |