0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-31 21:22:27 +00:00
termux-packages/packages/librasqal/rasqal-0.9.33-configure-clang16.patch
Tee KOBAYASHI a02076d751 librasqal: Fix configure for __FUNCTION__
%ci:no-build
2023-04-06 07:22:46 +09:00

14 lines
398 B
Diff

https://github.com/termux/termux-packages/issues/15852
https://github.com/dajobe/rasqal/pull/11
--- a/configure
+++ b/configure
@@ -13712,6 +13712,7 @@
$as_echo_n "checking whether __FUNCTION__ is available... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
+#include <stdio.h>
int main() { printf(__FUNCTION__); }
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :