From ab1f699ddeee0b0a13bbdf6051c92cf4db855637 Mon Sep 17 00:00:00 2001
From: Boris Grozev <boris@jitsi.org>
Date: Fri, 19 Jul 2013 17:01:43 +0300
Subject: [PATCH] Use system opus library when building for debian.

---
 src/native/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/native/build.xml b/src/native/build.xml
index 659d2087..cadbf79c 100644
--- a/src/native/build.xml
+++ b/src/native/build.xml
@@ -693,7 +693,7 @@
             <compilerarg value="-D_JNI_IMPLEMENTATION_" />
 
             <linkerarg value="-Wl,-z,relro" if="is.running.debian"/>
-            <linkerarg value="-L${opus}/.libs" />
+            <linkerarg value="-L${opus}/.libs" unless="is.running.debian"/>
 
             <!-- Linux specific flags -->
             <compilerarg value="-m32" if="cross_32" unless="is.running.macos" />
-- 
GitLab