[Lunar-commits] <moonbase> live555: A little fix up here in the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Sep 4 09:38:29 CEST 2010
commit ffedcf1d09ce133acf4b38ebc985f6394e3dff88
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Sep 4 03:38:29 2010 -0400
live555: A little fix up here in the BUILD.
---
net/live555/BUILD | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/net/live555/BUILD b/net/live555/BUILD
index 878de0c..724cf15 100644
--- a/net/live555/BUILD
+++ b/net/live555/BUILD
@@ -1,14 +1,17 @@
(
- sedit "s:-O2 -D:-O2 -fPIC -D:" config.linux
-
INST_DIR="/usr/lib/live"
if [ -d $INST_DIR ] ; then
mkdir -p $INST_DIR
fi &&
- ./genMakefiles linux &&
+ if [ `arch` == "x86_64" ] ; then
+ ./genMakefiles linux-64bit
+ else
+ ./genMakefiles linux
+ fi &&
+
make &&
prepare_install &&
cp -rf . $INST_DIR
More information about the Lunar-commits
mailing list