[Debian-astro-commits] [starlink-pal] 01/02: Link test program to -lm to fix test link failure
Ole Streicher
olebole at moszumanska.debian.org
Thu Jun 22 07:15:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch master
in repository starlink-pal.
commit fcdd6339723a2a4a06336359482c137da098846d
Author: Ole Streicher <olebole at debian.org>
Date: Thu Jun 22 09:10:11 2017 +0200
Link test program to -lm to fix test link failure
---
debian/tests/test-pal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/tests/test-pal b/debian/tests/test-pal
index 0d3e366..f4465a6 100755
--- a/debian/tests/test-pal
+++ b/debian/tests/test-pal
@@ -5,5 +5,5 @@ if [ -z "$test_dir" ] ; then
test_dir="$(mktemp -d)"
fi
-gcc -g -O2 -o "${test_dir}/palTest" palTest.c -lstarlink_pal
+gcc -g -O2 -o "${test_dir}/palTest" palTest.c -lstarlink_pal -lm
exec "${test_dir}/palTest"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/starlink-pal.git
More information about the Debian-astro-commits
mailing list