Skip to content

Commit 7c328ec

Browse files
committed
Use the bult-in PCRE engine
This makes sure we can use it wherever we built this package and it avoids a bug where the dynamic dependency is not in libgit2.pc.
1 parent 10d49ad commit 7c328ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/rugged/extconf.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
$CFLAGS << " -Wall -Wno-comment"
1515

1616
cmake_flags = [ ENV["CMAKE_FLAGS"] ]
17+
cmake_flags << "-DREGEX_BACKEND=builtin"
1718
cmake_flags << "-DUSE_SHA1DC=ON" if with_config("sha1dc")
1819

1920
def sys(cmd)

0 commit comments

Comments
 (0)