[SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (54954734b9bd847ab5bc692974a0ab340f11f7fb)

Mathieu Lonjaret scm at mail.sourcemage.org
Fri Feb 9 15:08:33 EST 2007


GIT changes to master grimoire by Mathieu Lonjaret <lejatorn at sourcemage.org>:

 ftp-libs/libtorrent/BUILD   |    2 ++
 ftp-libs/libtorrent/DEPENDS |    3 ++-
 ftp-libs/libtorrent/HISTORY |    4 ++++
 3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 799a2a926501ea52f71283813f9ab744deab45a3
Author: Mathieu Lonjaret <lejatorn at sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn at sourcemage.org>

    libtorrent: fixing bug 13493

diff --git a/ftp-libs/libtorrent/BUILD b/ftp-libs/libtorrent/BUILD
index be9751f..211eb18 100755
--- a/ftp-libs/libtorrent/BUILD
+++ b/ftp-libs/libtorrent/BUILD
@@ -1,3 +1,5 @@
+# fix problems on amd64 with libtool versions (bug #13943)
+./autogen.sh &&
 # fix configure so our CXXFLAGS get used
 sedit  's/test $CXXFLAGS/test -n "$CXXFLAGS"/'  configure  &&
 # remove -O3 from CXXFLAGS on gcc 4.0.x, leads to wrong code -> segfault
diff --git a/ftp-libs/libtorrent/DEPENDS b/ftp-libs/libtorrent/DEPENDS
index 1736410..732e38c 100755
--- a/ftp-libs/libtorrent/DEPENDS
+++ b/ftp-libs/libtorrent/DEPENDS
@@ -1,2 +1,3 @@
 depends openssl    &&
-depends libsigc++3 
+depends libsigc++3 &&
+depends automake
diff --git a/ftp-libs/libtorrent/HISTORY b/ftp-libs/libtorrent/HISTORY
index 879459a..232ba7e 100644
--- a/ftp-libs/libtorrent/HISTORY
+++ b/ftp-libs/libtorrent/HISTORY
@@ -1,3 +1,7 @@
+2007-02-09 Mathieu Lonjaret <lejatorn at sourcemage.org>
+	* BUILD: fix bug 13493 with autogen
+	* DEPENDS: add automake
+
 2007-01-26 Mathieu Lonjaret <lejatorn at sourcemage.org>
 	* DETAILS: update to 0.11.2
 



More information about the SM-Commit mailing list