浏览代码

need std=c99 to build tst-regex2

Mike Frysinger 19 年之前
父节点
当前提交
def5883139
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      test/misc/Makefile

+ 1 - 0
test/misc/Makefile

@@ -6,6 +6,7 @@ TESTS_DISABLED := outb
 include ../Test.mak
 
 CFLAGS_dirent64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
+CFLAGS_tst-regex2 := -std=c99
 
 DODIFF_dirent    := 1
 DODIFF_dirent64  := 1