Sfoglia il codice sorgente

package: cfgfs: Fix for compiling with gcc-14

The asprintf() function is not exported unless _GNU_SOURCE has been
defined.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter 1 anno fa
parent
commit
65644d7bfa
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      package/cfgfs/src/ft_pack.c

+ 1 - 0
package/cfgfs/src/ft_pack.c

@@ -21,6 +21,7 @@
  * the possibility of such damage or existence of a defect.
  */
 
+#define _GNU_SOURCE
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <fcntl.h>