[Lunar-commits] <moonbase> linphone: Adjusting the BUILD so you do not end up with stuff like this;

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Jan 2 19:49:09 CET 2012


commit 696d5fa52b0171830eedd7757f5402e31440b4d0
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Jan 2 13:49:09 2012 -0500

    linphone: Adjusting the BUILD so you do not end up with stuff like this;
    
    /usr/lib/linphone--libdir= installed.
---
 chat/linphone/BUILD |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chat/linphone/BUILD b/chat/linphone/BUILD
index 1f4e5ee..7b44a8b 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