Skip to content

Commit

Permalink
frr: T6854: build FRR with PCRE2 support for better performance
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbaturin committed Nov 6, 2024
1 parent 5674398 commit 59228da
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From 21800432167ac022c01772df993efca8d4969b38 Mon Sep 17 00:00:00 2001
From: Daniil Baturin <[email protected]>
Date: Wed, 6 Nov 2024 15:58:10 +0000
Subject: [PATCH] Enable PCRE2 in Debian package builds

---
debian/rules | 1 +
1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 43e5d7e61..1f971ab22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,6 +69,7 @@ override_dh_auto_configure:
--enable-vty-group=frrvty \
--enable-configfile-mask=0640 \
--enable-logfile-mask=0640 \
+ --enable-pcre2posix \
# end

override_dh_auto_install:
--
2.47.0

0 comments on commit 59228da

Please sign in to comment.