[Lunar-commits] <moonbase> netcdf: adding this build to work around the -fPIC issue. qgis4 make will fail because of there is so with fPIC.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sat Mar 21 18:51:21 CET 2009
commit 7fb3b6b40e2e80999fd738e9b7dba3351d9cb0fc
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sat Mar 21 13:51:21 2009 -0400
netcdf: adding this build to work around the -fPIC issue. qgis4 make
will fail because of there is so with fPIC.
---
science/netcdf/BUILD.x86_64 | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/science/netcdf/BUILD.x86_64 b/science/netcdf/BUILD.x86_64
new file mode 100644
index 0000000..ae20895
--- /dev/null
+++ b/science/netcdf/BUILD.x86_64
@@ -0,0 +1,7 @@
+(
+
+ CFLAGS="$CFLAGS -fPIC"
+
+ default_build
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list