[med-svn] [gubbins] 04/04: Adapt patch to new upstream version
Andreas Tille
tille at debian.org
Wed Dec 9 16:33:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository gubbins.
commit 67917f989ede994f4155f1e38785a8c8deb0eae0
Author: Andreas Tille <tille at debian.org>
Date: Wed Dec 9 17:29:53 2015 +0100
Adapt patch to new upstream version
---
debian/patches/add_missing_lib_for_check.patch | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/debian/patches/add_missing_lib_for_check.patch b/debian/patches/add_missing_lib_for_check.patch
index 949ab4c..72395b1 100644
--- a/debian/patches/add_missing_lib_for_check.patch
+++ b/debian/patches/add_missing_lib_for_check.patch
@@ -4,9 +4,10 @@ Description: Current gcc needs explict -lsubunit to find this library
--- a/src/Makefile.am
+++ b/src/Makefile.am
-@@ -32,4 +32,4 @@ run_all_tests_SOURCES = \
- ../tests/helper_methods.c \
- ../tests/run_all_tests.c
- run_all_tests_CFLAGS = -I../tests $(PTHREAD_CFLAGS)
--run_all_tests_LDADD = -lcheck libgubbins.la -lz -lm $(PTHREAD_LDFLAGS) -lrt
-+run_all_tests_LDADD = -lcheck libgubbins.la -lz -lm $(PTHREAD_LDFLAGS) -lrt -lsubunit
+@@ -33,5 +33,5 @@ run_all_tests_CFLAGS = -I../tests $(PTHR
+ run_all_tests_LDADD = -lcheck libgubbins.la -lz -lm $(PTHREAD_LDFLAGS)
+
+ if HOST_LINUX
+-run_all_tests_LDADD += -lrt
++run_all_tests_LDADD += -lrt -lsubunit
+ endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gubbins.git
More information about the debian-med-commit
mailing list