Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
6f18b612
Commit
6f18b612
authored
Jul 13, 2006
by
Jean-Paul Saman
Browse files
Fix live555 compilation in contrib
parent
cf5572b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
6f18b612
...
...
@@ -1057,8 +1057,8 @@ ifdef HAVE_DARWIN_OS
(
cd
$<
;
sed
-e
's%EXTRA_CFLAGS%
$(EXTRA_CFLAGS)
%'
-e
's%EXTRA_LDFLAGS%
$(EXTRA_LDFLAGS)
%'
-i
.orig config.macosx
)
(
cd
$<
;
./genMakefiles macosx
&&
make
)
else
(
cd
$<
;
if
[
!
-f
groupsock/Makefile.head.orig
]
then
;
sed
-e
's/=/=
$$\(
EXTRA_CPPFLAGS
\)
/'
-e
's%EXTRA_CPPFLAGS%
$(EXTRA_CPPFLAGS)
%'
-e
's/$$\(//'
-e
's/\)//
'
-i
.orig groupsock/Makefile.head
fi
)
(
cd
$<
;
./genMakefiles
&&
make
$(HOSTCC)
)
(
cd
$<
;
sed
-e
's/=/= EXTRA_CPPFLAGS/'
-e
's%EXTRA_CPPFLAGS%
-I/include%
'
-i
.orig groupsock/Makefile.head
)
(
cd
$<
;
./genMakefiles
linux
&&
make
$(HOSTCC)
)
endif
endif
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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