summaryrefslogtreecommitdiff
path: root/openbsd-compat/Makefile.in
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-07-16 09:20:23 +1000
committerDarren Tucker <dtucker@dtucker.net>2019-07-16 09:21:20 +1000
commit45478898f9590b5cc8bc7104e573b84be67443b0 (patch)
treea336573c93d4252ec4d03c1d4fba0356b5e72464 /openbsd-compat/Makefile.in
parentc7bd4617293a903bd3fac3394a7e72d439af49a5 (diff)
Hook memmem compat code into build.
This fixes builds on platforms that don't have it (at least old DragonFly, probably others).
Diffstat (limited to 'openbsd-compat/Makefile.in')
-rw-r--r--openbsd-compat/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in
index 2cc343636..1162dc550 100644
--- a/openbsd-compat/Makefile.in
+++ b/openbsd-compat/Makefile.in
@@ -34,6 +34,7 @@ OPENBSD=base64.o \
34 inet_ntoa.o \ 34 inet_ntoa.o \
35 inet_ntop.o \ 35 inet_ntop.o \
36 md5.o \ 36 md5.o \
37 memmem.o \
37 mktemp.o \ 38 mktemp.o \
38 pwcache.o \ 39 pwcache.o \
39 readpassphrase.o \ 40 readpassphrase.o \