-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
frr: T6854: build FRR with PCRE2 support for better performance
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
scripts/package-build/frr/patches/0001-Enable-PCRE2-in-Debian-package-builds.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|