mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
add bctoolbox dependency everywhere needed in Makefiles and .pc file.
This commit is contained in:
parent
a725640319
commit
4470663d1f
3 changed files with 7 additions and 5 deletions
|
|
@ -136,7 +136,8 @@ liblinphone_la_LIBADD= \
|
|||
$(LDAP_LIBS) \
|
||||
$(SASL_LIBS) \
|
||||
$(BELCARD_LIBS) \
|
||||
$(ZLIB_LIBS)
|
||||
$(ZLIB_LIBS) \
|
||||
$(BCTOOLBOX_LIBS)
|
||||
|
||||
|
||||
AM_CPPFLAGS=\
|
||||
|
|
@ -159,7 +160,8 @@ COMMON_CFLAGS=\
|
|||
$(LDAP_CFLAGS) \
|
||||
$(SASL_CFLAGS) \
|
||||
$(BELCARD_CFLAGS) \
|
||||
$(ZLIB_CFLAGS)
|
||||
$(ZLIB_CFLAGS) \
|
||||
$(BCTOOLBOX_CFLAGS)
|
||||
|
||||
if BUILD_WIZARD
|
||||
COMMON_CFLAGS+= -DBUILD_WIZARD
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
|
|||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Requires: mediastreamer ortp
|
||||
Requires: mediastreamer ortp bctoolbox
|
||||
Name: liblinphone
|
||||
Description: All in one linphone libs.
|
||||
Version: @VERSION@
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ COMMON_CFLAGS=\
|
|||
$(MEDIASTREAMER_CFLAGS) \
|
||||
$(STRICT_OPTIONS) \
|
||||
$(STRICT_OPTIONS_CC) \
|
||||
$(MEDIASTREAMER_LIBS) \
|
||||
$(BCTOOLBOX_LIBS)
|
||||
$(MEDIASTREAMER_CFLAGS) \
|
||||
$(BCTOOLBOX_CFLAGS)
|
||||
|
||||
#-fpermissive to workaround a g++ bug on macos 32bit SDK.
|
||||
AM_CXXFLAGS=$(LIBXML2_CFLAGS) -fpermissive $(STRICT_OPTIONS) $(STRICT_OPTIONS_CXX)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue