mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 21:22:27 +00:00
a02076d751
%ci:no-build
14 lines
398 B
Diff
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 :
|