diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-18 20:56:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-18 23:21:15 +0900 |
commit | 007c555516eccdae694db61cbe53b6a19644d212 (patch) | |
tree | e55cd8fa3da4b8ac8c2ed645825a84810c5c68fd /ubuntu/_base/core | |
parent | c64e55afaa207c340c10e37f3d2209b140635ac7 (diff) | |
download | tde-packaging-007c555516eccdae694db61cbe53b6a19644d212.tar.gz tde-packaging-007c555516eccdae694db61cbe53b6a19644d212.zip |
DEB tdebase twin: use libpcre2 instead of libpcre
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6c678d3e5b2072a52ce97fd93a77386535b51131)
Diffstat (limited to 'ubuntu/_base/core')
-rwxr-xr-x | ubuntu/_base/core/tdebase/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/core/tdebase/debian/rules b/ubuntu/_base/core/tdebase/debian/rules index 8cdb710e0..d24d632f0 100755 --- a/ubuntu/_base/core/tdebase/debian/rules +++ b/ubuntu/_base/core/tdebase/debian/rules @@ -64,7 +64,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_UPOWER="ON" \ -DWITH_LIBART="ON" \ -DWITH_LIBCONFIG="ON" \ - -DWITH_PCRE="ON" \ + -DWITH_PCRE2="ON" \ -DWITH_KRB5="ON" DEB_FIXPERMS_EXCLUDE := \ |