[Lunar-commits] <moonbase> srtp: Adjusting the BUILD to disable debug.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Apr 20 15:17:57 CEST 2011


commit 5a29f659f3ed72fd00d3fb76eaf35c851354839d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Apr 20 09:17:57 2011 -0400

    srtp: Adjusting the BUILD to disable debug.
---
 net/srtp/BUILD |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/net/srtp/BUILD b/net/srtp/BUILD
index ae20895..6e461a4 100644
--- a/net/srtp/BUILD
+++ b/net/srtp/BUILD
@@ -1,7 +1,13 @@
 (
 
-  CFLAGS="$CFLAGS -fPIC"
+  CFLAGS="$CFLAGS -fPIC" &&
 
-  default_build
+  OPTS="--disable-debug" &&
+
+  default_config &&
+
+  make uninstall &&
+
+  default_make
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list