aboutsummaryrefslogtreecommitdiffstats
path: root/README_d/README.freebsd
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-08-13 21:30:30 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-08-13 21:30:30 +0300
commitbf3aa1e09593e06235856e5f69d8d12fbe309ad8 (patch)
tree4c1501b2b72194cad3c1b0784be1750b9d22c398 /README_d/README.freebsd
parent5557a45fbe813ba13eda8b78a16f84621a9794ee (diff)
downloadegawk-bf3aa1e09593e06235856e5f69d8d12fbe309ad8.tar.gz
egawk-bf3aa1e09593e06235856e5f69d8d12fbe309ad8.tar.bz2
egawk-bf3aa1e09593e06235856e5f69d8d12fbe309ad8.zip
Add README_d/README.freebsd.
Diffstat (limited to 'README_d/README.freebsd')
-rw-r--r--README_d/README.freebsd17
1 files changed, 17 insertions, 0 deletions
diff --git a/README_d/README.freebsd b/README_d/README.freebsd
new file mode 100644
index 00000000..650d07ab
--- /dev/null
+++ b/README_d/README.freebsd
@@ -0,0 +1,17 @@
+Sun Aug 13 21:23:00 IDT 2017
+============================
+
+According to a report from Eric Pruitt <eric.pruitt@gmail.com>:
+
+| When running ./configure for GAWK 4.1.4, the mktime(3) function is not
+| detected on FreeBSD 11 when using -static with CFLAGS and LDFLAGS. This
+| causes the build to fail.
+
+Paul Eggert says that using:
+
+ ./configure ac_cv_func_working_mktime=yes
+
+will cause gawk to use the FreeBSD mktime.
+
+Arnold Robbins
+arnold@skeeve.com