logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 8b3242fdcd39825247202b488dfeaafa63115925
parent d60cc6499f645384ba1000c9b074becfb20f13db
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 26 Nov 2019 22:39:43 -0800

curl: Add warning and -std flags

Diffstat:

Mpkg/curl/gen.lua2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua @@ -1,4 +1,6 @@ cflags{ + '-std=c99', '-Wall', '-Wpedantic', + '-D _DEFAULT_SOURCE', '-D HAVE_CONFIG_H', '-D BUILDING_LIBCURL', '-D CURL_STATICLIB',