[Lunar-commits] <moonbase> cdk: Need to add a BUILD for -fPIC reasons.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Mar 30 13:22:29 CEST 2011


commit ec789ca24cf1bec4952b1c138ced9d7c45b7a480
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Mar 30 07:22:29 2011 -0400

    cdk: Need to add a BUILD for -fPIC reasons.
---
 libs/cdk/BUILD |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/libs/cdk/BUILD b/libs/cdk/BUILD
new file mode 100644
index 0000000..5cca104
--- /dev/null
+++ b/libs/cdk/BUILD
@@ -0,0 +1,9 @@
+(
+
+  if [ `arch` == "x86_64" ] ; then
+     CFLAGS="-fPIC"
+  fi &&
+
+  default_build
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list