[Lunar-commits] <moonbase> attr: disabled static libs
Duncan Gibson
engelsman at lunar-linux.org
Wed Mar 23 21:24:11 CET 2011
commit 25e449058745800bf1ebe1b530cdf430f5efb265
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Wed Mar 23 21:24:11 2011 +0100
attr: disabled static libs
---
filesys/attr/BUILD | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/filesys/attr/BUILD b/filesys/attr/BUILD
index c6c8de9..87fefa2 100644
--- a/filesys/attr/BUILD
+++ b/filesys/attr/BUILD
@@ -1,10 +1,11 @@
(
- export DEBUG=-DNDEBUG
+ OPTS+=" --disable-static" &&
- make configure &&
- default_make &&
- make install-dev &&
+ export DEBUG=-DNDEBUG &&
+
+ default_build &&
+ make install-dev &&
make install-lib
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list