mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	Merge pull request #830 from dmbaturin/T6854-frr-pcre-build
frr: T6854: build FRR with PCRE2 support for better performance
This commit is contained in:
		
						commit
						33f15da7d4
					
				| @ -0,0 +1,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 | ||||
| 
 | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user