[Lunar-commits] <moonbase> lvm2: Adding PIE breaks the x86_64 BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Sep 26 18:34:20 CEST 2010


commit b071fb8937abe2f476896b0560d1b95b35845852
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Sep 26 12:34:20 2010 -0400

    lvm2: Adding PIE breaks the x86_64 BUILD.
---
 filesys/lvm2/BUILD.x86_64 |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/filesys/lvm2/BUILD.x86_64 b/filesys/lvm2/BUILD.x86_64
new file mode 100644
index 0000000..bdbb6d2
--- /dev/null
+++ b/filesys/lvm2/BUILD.x86_64
@@ -0,0 +1,14 @@
+(
+
+  ./configure  --sbindir=/sbin                \
+               --libdir=/lib                  \
+               --enable-cmdlib                \
+               --enable-pkgconfig             \
+               --with-optimisation="$CFLAGS"  \
+               --enable-fsadm                 \
+               --enable-dmeventd              \
+               --enable-static_link           \
+               $OPTS                         &&
+  default_make
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list