First Commit
[librecmc/package-feed.git] / utils / qemu / patches / 0001-allow-disable-fortify-source.patch
1 --- a/configure.orig    2016-11-22 11:53:25.739180380 +0800
2 +++ b/configure 2016-11-22 11:53:55.183189596 +0800
3 @@ -1147,6 +1147,8 @@ for opt do
4    ;;
5    --enable-jemalloc) jemalloc="yes"
6    ;;
7 +  --disable-fortify-source) fortify_source="no"
8 +  ;;
9    *)
10        echo "ERROR: unknown option $opt"
11        echo "Try '$0 --help' for more information"