Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
474d073c
Commit
474d073c
authored
Mar 03, 2016
by
Gautier Pelloux-Prayer
Browse files
tester: set rpath on all platforms, not only macosx
parent
f25cbb5b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
24 deletions
+21
-24
tester/Makefile.am
tester/Makefile.am
+2
-4
tester/belle_sip_headers_tester.c
tester/belle_sip_headers_tester.c
+19
-20
No files found.
tester/Makefile.am
View file @
474d073c
...
...
@@ -43,9 +43,7 @@ AM_CPPFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/src
LDADD
=
$(top_builddir)
/src/libbellesip.la
$(TLS_LIBS)
AM_LDFLAGS
=
-no-undefined
-export-dynamic
if
BUILD_APPLE
AM_LDFLAGS
+=
-Wl
,-rpath
-Wl
,
$(prefix)
/lib
endif
AM_LDFLAGS
+=
-Wl
,-rpath
-Wl
,
$(libdir)
AM_CFLAGS
=
$(STRICT_OPTIONS)
$(STRICT_OPTIONS_CC)
...
...
tester/belle_sip_headers_tester.c
View file @
474d073c
...
...
@@ -810,7 +810,6 @@ static void test_very_long_address_header(void) {
BC_ASSERT_PTR_NOT_NULL
(
belle_sip_uri_get_user
(
L_uri
));
BC_ASSERT_STRING_EQUAL
(
belle_sip_uri_get_host
(
L_uri
),
"sip.linphone.org"
);
BC_ASSERT_STRING_EQUAL
(
belle_sip_uri_get_user
(
L_uri
),
"jehan"
);
printf
(
"toto='%s'
\n
"
,
belle_sip_parameters_get_parameter
(
BELLE_SIP_PARAMETERS
(
L_uri
),
"pn-tok"
));
do
{
char
format
[
512
];
const
char
*
cactual
=
(
belle_sip_parameters_get_parameter
(
BELLE_SIP_PARAMETERS
(
L_uri
),
"pn-tok"
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment