[Lunar-commits] <moonbase> libev: no statics, rm trailing whitespace of BUILD
Christian Krause
wookietreiber at lunar-linux.org
Wed Jun 8 01:08:21 CEST 2011
commit 415b5bb1eea19e35282aa9c4ec31ff83b588b235
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Wed Jun 8 01:08:21 2011 +0200
libev: no statics, rm trailing whitespace of BUILD
---
libs/libev/BUILD | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libs/libev/BUILD b/libs/libev/BUILD
index 77b0617..f887c27 100644
--- a/libs/libev/BUILD
+++ b/libs/libev/BUILD
@@ -1,5 +1,6 @@
(
+ OPTS+=" --disable-static" &&
mkdir -p $TMPDIR/$MODULE &&
default_config &&
make &&
@@ -7,7 +8,6 @@
make DESTDIR=$TMPDIR/$MODULE install &&
rm $TMPDIR/$MODULE/usr/include/event.h &&
cp -r $TMPDIR/$MODULE/usr / &&
- rm -r $TMPDIR/$MODULE
+ rm -r $TMPDIR/$MODULE
) > $C_FIFO 2>&1
-
\ No newline at end of file
More information about the Lunar-commits
mailing list