Skip to content

Commit 29de205

Browse files
davvidgitster
authored andcommitted
Makefile: fix default regex settings on Darwin
t0070-fundamental.sh fails on Mac OS X 10.8: $ uname -a Darwin lustrous 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 $ ./t0070-fundamental.sh -v fatal: regex bug confirmed: re-build git with NO_REGEX=1 Fix it by using Git's regex library. Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: David Aguilar <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b387c77 commit 29de205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,7 @@ ifeq ($(uname_S),Darwin)
10541054
BASIC_LDFLAGS += -L/opt/local/lib
10551055
endif
10561056
endif
1057+
NO_REGEX = YesPlease
10571058
PTHREAD_LIBS =
10581059
endif
10591060

0 commit comments

Comments
 (0)