[Lunar-commits] <moonbase> libcap: Fixed this to compile correctly when module attr is NOT installed

Terry Chan tchan at lunar-linux.org
Fri Sep 17 16:16:29 CEST 2010


commit 5d99bebe60a2c3cce149ea8884e7340aee018642
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Fri Sep 17 09:16:29 2010 -0500

    libcap: Fixed this to compile correctly when module attr is NOT installed
---
 libs/libcap/BUILD |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/libs/libcap/BUILD b/libs/libcap/BUILD
new file mode 100644
index 0000000..85d1499
--- /dev/null
+++ b/libs/libcap/BUILD
@@ -0,0 +1,9 @@
+(
+
+  if !( module_installed attr ); then
+     sedit "s/LIBATTR := yes/LIBATTR := no/" Make.Rules
+  fi &&
+
+  default_build
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list