summaryrefslogtreecommitdiff
path: root/scripts/package-build/frr/patches/0001-Enable-PCRE2-in-Debian-package-builds.patch
blob: c31c4a85354ad7a476fea8bc7c1850ae5281046a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 21800432167ac022c01772df993efca8d4969b38 Mon Sep 17 00:00:00 2001
From: Daniil Baturin <daniil@baturin.org>
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