Skip to content

Commit 64e347f

Browse files
committed
ecl to build with -std=gnu17
1 parent 75032bb commit 64e347f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/ecl/spkg-install.in

Lines changed: 1 addition & 1 deletion
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)