The following changes since commit 3bbf88fafdc332aad650210e103910aadf53d918:
Merge pull request #17 from mkoppanen/master (2012-03-05 00:57:01 -0800)
are available in the git repository at:
git://github.com/shemminger/libczmq-changes.git master
for you to fetch changes up to 83b1c00b60ecbd94f76b42433c18b20dd8e41ad8:
Don't need math library (2012-03-12 12:02:35 -0700)
----------------------------------------------------------------
Stephen Hemminger (1):
Don't need math library
c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/c b/c
index ee5bd3c..fa8648b 100755
--- a/c
+++ b/c
@@ -163,7 +163,7 @@ if [ "$CCNAME" = "gcc" ]; then
# If your build is failing because of missing libraries then
# either you are missing development packages, or are on a
non-standard/old
# system and should add a special case.
- STDLIBS="-lpthread -lm"
+ STDLIBS="-lpthread"
#
# Linux-specific subsection
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev