[Lunar-commits] <moonbase-other> wcslib: Needs -fPIC and exporting a include path.
Dennis Veatch
dennisveatch at bellsouth.net
Tue Sep 16 11:45:32 CEST 2014
commit 38bca46e31cf906753582ef9f01e4b12ba350c75
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 16 Sep 2014 05:44:57 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/38bca46e31cf906753582ef9f01e4b12ba350c75
wcslib: Needs -fPIC and exporting a include path.
---
libs/wcslib/BUILD | +4/-0
1 file changed, 4 insertions(+)
--- /dev/null
+++ b/libs/wcslib/BUILD
@@ -0,0 +1,4 @@
+
+ CFLAGS+=" -fPIC" &&
+ export INCDIR=/usr/include/$MODULE &&
+ default_build
More information about the Lunar-commits
mailing list