[Lunar-commits] <moonbase> goocanvas: Adding a BUILD to stop a make failure on this;

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Dec 13 11:58:50 CET 2011


commit c6a644ebb0c248e474f8d6de799a43ea0011325a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Dec 13 05:58:50 2011 -0500

    goocanvas: Adding a BUILD to stop a make failure on this;
    
    /usr/bin/ld: note: 'sincos@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line
---
 graphics/goocanvas/BUILD |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/graphics/goocanvas/BUILD b/graphics/goocanvas/BUILD
new file mode 100644
index 0000000..83bfde8
--- /dev/null
+++ b/graphics/goocanvas/BUILD
@@ -0,0 +1,7 @@
+(
+
+  LDFLAGS+=" -lm" &&
+
+  default_build
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list