[liblinear] 37/123: Fix typo breaking Makefile patch

Christian Kastner chrisk-guest at moszumanska.debian.org
Tue Aug 26 03:42:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to branch master
in repository liblinear.

commit 328d328278fcb7ba5ff88b11a7029f72661022b4
Author: Christian Kastner <debian at kvr.at>
Date:   Fri Jul 9 21:29:26 2010 +0200

    Fix typo breaking Makefile patch
---
 .../0001-Properly-build-shared-and-static-libraries-programs.patch      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/0001-Properly-build-shared-and-static-libraries-programs.patch b/debian/patches/0001-Properly-build-shared-and-static-libraries-programs.patch
index 1c3a541..66f8a03 100644
--- a/debian/patches/0001-Properly-build-shared-and-static-libraries-programs.patch
+++ b/debian/patches/0001-Properly-build-shared-and-static-libraries-programs.patch
@@ -61,7 +61,7 @@ index 5004ff9..4d77d2f 100644
 +
 +$(LIBFILE): linear.cpp linear.h tron.cpp tron.h
 +	$(CXX) $(LIB_CFLAGS) $(LIB_LDFLAGS) -shared \
-+		Wl,-soname,liblinear.so.$(LVER) \
++		-Wl,-soname,liblinear.so.$(LVER) \
 +		-o $@ linear.cpp tron.cpp $(LIB_LIBS)
 +	ln -s $@ liblinear.so.$(LVER)
 +	ln -s liblinear.so.$(LVER) liblinear.so

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/liblinear.git



More information about the debian-science-commits mailing list