Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
OpenBSD needs the strcasestr replacement.
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index b8ca504f095a68ef929af92127b1197c53120a6b..e67d0e78228d186a4358ede07bb686bbac53678b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-180,6
+180,7
@@
ifneq (,$(findstring arm,$(shell uname -m)))
ARM_SHA1 = YesPlease
endif
ifeq ($(shell uname -s),OpenBSD)
+ NO_STRCASESTR = YesPlease
NEEDS_LIBICONV = YesPlease
PLATFORM_DEFINES += -I/usr/local/include -L/usr/local/lib
endif