[Bug 216038] databases/sqlite3 fails to build undefined reference to `strchrnul'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 15 16:55:31 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216038

--- Comment #7 from Eugene R <genie at geniechka.ru> ---
(In reply to Pavel Volkov from comment #5)
Thank you for the patch!
But the sqlite3 configure does seem to check for strchrnul:

http://www.sqlite.org/src/artifact/fcfa56d5d66668c9
#########
# Figure out whether or not we have these functions
#
for ac_func in fdatasync gmtime_r isnan localtime_r localtime_s
malloc_usable_size strchrnul usleep utime pread pread64 pwrite pwrite64
do :
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
  cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
_ACEOF

fi
done

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list