summarylogtreecommitdiffstats
path: root/renameat2-test-fix.patch
blob: 8022869578b9f6f6f5d2e5ba25e22d8cda8e56b8 (plain)
1
2
3
4
5
6
7
diff --git a/meson.build b/meson.build
index f42ed16..c0f741e 100644
--- a/meson.build
+++ b/meson.build
@@ -81 +81 @@ foreach ident : [
-        have = cc.has_function(ident[0], prefix : ident[1])
+        have = cc.has_function(ident[0], args : '-D_GNU_SOURCE', prefix : ident[1])