[Lunar-commits] <moonbase> linphone: use the original OPTS value too. Thanks to lazyape for the submission.

Florin Braescu florin at lunar-linux.org
Wed Oct 26 09:03:48 CEST 2011


commit edc89843f47aafd5ccd7eb8bd8751944af91200f
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Oct 26 09:03:48 2011 +0200

    linphone: use the original OPTS value too. Thanks to lazyape for the submission.
---
 chat/linphone/BUILD |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chat/linphone/BUILD b/chat/linphone/BUILD
index f5fff9f..1f4e5ee 100644
--- a/chat/linphone/BUILD
+++ b/chat/linphone/BUILD
@@ -3,13 +3,13 @@
   # --enable-rsvp breaks the build, is no longer maintained, so don't 
   # use it.
 
-  OPTS="--enable-truespeech --enable-video --includedir=/usr/include/$module \
+  OPTS+="--enable-truespeech --enable-video --includedir=/usr/include/$module \
        --libdir=/usr/lib/$MODULE"
 
   default_config &&
   # So linphone does not stomp on the ortp module files.
   cd oRTP        &&
-  OPTS="--libdir=/usr/lib/$MODULE --includedir=/usr/include/$MODULE"
+  OPTS+="--libdir=/usr/lib/$MODULE --includedir=/usr/include/$MODULE"
   default_config &&
   cd .. &&
 


More information about the Lunar-commits mailing list