Date: Sun, 15 Jan 2017 16:55:31 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 216038] databases/sqlite3 fails to build undefined reference to `strchrnul' Message-ID: <bug-216038-13-mUjjaTKp3a@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-216038-13@https.bugs.freebsd.org/bugzilla/> References: <bug-216038-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216038 --- Comment #7 from Eugene R <genie@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=3D`$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"\" =3D x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216038-13-mUjjaTKp3a>