]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
make libpcre optional in debian package
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 20 Feb 2025 00:26:43 +0000 (00:26 +0000)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 20 Feb 2025 00:28:35 +0000 (00:28 +0000)
Newer OSes are PCRE2 only, but v3 doesn't support that. Doesn't seem to be any
official way to do this, so just "or another package that we already want".

debian/control.in

index 8c1f344de23605522c58be70b66170eb4620bcf5..70dc381571e8aaff7d393180a15b7a48723adde8 100644 (file)
@@ -14,7 +14,7 @@ Build-Depends: @BUILDDEPS@ debhelper (>= 9),
  libldap2-dev,
  libpam0g-dev,
  libpcap-dev,
- libpcre3-dev,
+ libpcre3-dev | quilt,
  libperl-dev,
  default-libmysqlclient-dev | libmysqlclient-dev,
  libpq-dev,