aboutsummaryrefslogtreecommitdiff
path: root/projects/tinyxml2
diff options
context:
space:
mode:
authorMax Moroz <mmoroz@chromium.org>2017-09-06 16:06:59 -0700
committerMax Moroz <mmoroz@chromium.org>2017-09-06 16:06:59 -0700
commit20fc8716df00bd272d0e26d380bc1bca0dad38d7 (patch)
treef60f069647bf3810738f7d6e59445c94a94ba851 /projects/tinyxml2
parent942b5fbbe150467509c04001b1607d907416e55c (diff)
downloadoss-fuzz-20fc8716df00bd272d0e26d380bc1bca0dad38d7.tar.gz
[tinyxml2] Fix build script and other minor fixes.
Diffstat (limited to 'projects/tinyxml2')
-rw-r--r--projects/tinyxml2/Dockerfile2
-rw-r--r--projects/tinyxml2/build.sh7
-rw-r--r--projects/tinyxml2/project.yaml2
3 files changed, 6 insertions, 5 deletions
diff --git a/projects/tinyxml2/Dockerfile b/projects/tinyxml2/Dockerfile
index a20b1d001..ee6f5b6b5 100644
--- a/projects/tinyxml2/Dockerfile
+++ b/projects/tinyxml2/Dockerfile
@@ -1,4 +1,4 @@
-# Copyright 2016 Google Inc.
+# Copyright 2017 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/projects/tinyxml2/build.sh b/projects/tinyxml2/build.sh
index 9505a2f7f..f49c87a54 100644
--- a/projects/tinyxml2/build.sh
+++ b/projects/tinyxml2/build.sh
@@ -1,4 +1,4 @@
-# Copyright 2016 Google Inc.
+# Copyright 2017 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -14,8 +14,9 @@
#
################################################################################
make -j$(nproc) clean
-make CXXFLAGS='' -j$(nproc) all
+make -j$(nproc) all
-$CXX $CXXFLAGS -std=c++11 -Iinclude/ $SRC/xmltest.cpp -o $OUT/xmltest -lFuzzingEngine $SRC/tinyxml2/libtinyxml2.a
+$CXX $CXXFLAGS -std=c++11 -Iinclude/ $SRC/xmltest.cpp -o $OUT/xmltest \
+ -lFuzzingEngine $SRC/tinyxml2/libtinyxml2.a
cp $SRC/*.dict $SRC/*.options $OUT/
diff --git a/projects/tinyxml2/project.yaml b/projects/tinyxml2/project.yaml
index b4c23da02..cba496b1c 100644
--- a/projects/tinyxml2/project.yaml
+++ b/projects/tinyxml2/project.yaml
@@ -1,4 +1,4 @@
-# Copyright 2016 Google Inc.
+# Copyright 2017 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.