[Lunar-commits] <moonbase-other> autopano-sift-C: properly fix missing libm
v4hn
me at v4hn.de
Thu Apr 4 21:53:08 CEST 2013
commit 64cca341b269ea7d2ab3c27fab1b493a22b31a0c
Author: v4hn <me at v4hn.de>
Date: Thu, 04 Apr 2013 12:52:48 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/64cca341b269ea7d2ab3c27fab1b493a22b31a0c
autopano-sift-C: properly fix missing libm
---
graphics/autopano-sift-C/BUILD | +2/-7
1 file changed, 2 insertions(+), 7 deletions(-)
--- a/graphics/autopano-sift-C/BUILD
+++ b/graphics/autopano-sift-C/BUILD
@@ -1,8 +1,3 @@
-(
-
- LDFLAGS+=" -lm" &&
-
- default_cmake_build
-
-) > $C_FIFO 2>&1
+sedit "s:LIBXML2_LIBRARIES}:\0 -lm:" CMakeLists.txt &&
+default_cmake_build
More information about the Lunar-commits
mailing list