Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
ee6c9833
Commit
ee6c9833
authored
Jan 08, 2018
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
Jan 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib:libxml2: don't overwrite environment CFLAGS
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
c96cdde0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
contrib/src/libxml2/rules.mak
contrib/src/libxml2/rules.mak
+1
-1
No files found.
contrib/src/libxml2/rules.mak
View file @
ee6c9833
...
...
@@ -50,6 +50,6 @@ endif
.libxml2
:
libxml2
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
CFLAGS
=
"-DLIBXML_STATIC"
$(XMLCONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
CFLAGS
=
"
$(CFLAGS)
-DLIBXML_STATIC"
$(XMLCONF)
cd
$<
&&
$(MAKE)
install
touch
$@
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