Skip to content
Snippets Groups Projects
Commit a9808df9 authored by Julien Bonjean's avatar Julien Bonjean
Browse files

[#1317] Fixed compilation issues on opensuse 11

parent c88af82c
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,9 @@ PKG_PROG_PKG_CONFIG
#fi
#AC_SUBST(SIP_CFLAGS)
TARGET_NAME=`ls libs/pjproject-1.0.1/pjmedia/lib/libpjmedia-codec-sfl-* | xargs -i basename {} | cut -d '-' -f4- | cut -d "." -f1`
AC_SUBST(TARGET_NAME)
dnl Check for uuid development package - name: uuid-dev
UUID_MIN_VERSION=1.0
PKG_CHECK_MODULES(UUID, uuid >= ${UUID_MIN_VERSION})
......
......@@ -4,8 +4,6 @@ sflcodecdir=$(libdir)/sflphone/codecs
sflplugindir=$(libdir)/sflphone/plugins
# for pjsip
export TARGET_NAME := @target@
PJSIP_LIBS= \
-L$(src)/libs/pjproject-1.0.1/pjnath/ \
-L$(src)/libs/pjproject-1.0.1/pjsip/ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment