Skip to content

Commit 68c24f8

Browse files
authored
ecl to build with -std=gnu17
1 parent 590b0d5 commit 68c24f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/ecl/spkg-install.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cd src
22

3-
export CFLAGS
3+
export CFLAGS="-std=gnu17 $CFLAGS"
44
export CXXFLAGS
55
export LDFLAGS
66

0 commit comments

Comments
 (0)