mirror of
https://github.com/git/git
synced 2024-10-30 14:03:28 +00:00
Use compatibility regex library also on FreeBSD
Commit 3632cfc24
makes the same change for Darwin; however, the problem
also exists on FreeBSD.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
9c101b3e6f
commit
06e75d9ac7
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -677,6 +677,8 @@ ifeq ($(uname_S),FreeBSD)
|
|||
BASIC_CFLAGS += -I/usr/local/include
|
||||
BASIC_LDFLAGS += -L/usr/local/lib
|
||||
DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease
|
||||
COMPAT_CFLAGS += -Icompat/regex
|
||||
COMPAT_OBJS += compat/regex/regex.o
|
||||
endif
|
||||
ifeq ($(uname_S),OpenBSD)
|
||||
NO_STRCASESTR = YesPlease
|
||||
|
|
Loading…
Reference in a new issue