Browse Source

wdfs: fix compile error with gcc 15.x

Waldemar Brodkorb 3 weeks ago
parent
commit
6dafbf4829
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/wdfs/Makefile

+ 2 - 0
package/wdfs/Makefile

@@ -19,6 +19,8 @@ include ${ADK_TOPDIR}/mk/package.mk
 
 $(eval $(call PKG_template,WDFS,wdfs,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
 
+TARGET_CFLAGS+=		-std=c17
+
 wdfs-install:
 	${INSTALL_DIR} ${IDIR_WDFS}/usr/bin
 	${CP} ${WRKINST}/usr/bin/wdfs ${IDIR_WDFS}/usr/bin