Sfoglia il codice sorgente

Ports: Link libarchive against pcre because the system's libregex doesn't support re_nsub

Gunnar Beutner 4 anni fa
parent
commit
86189bd93b
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      Ports/libarchive/package.sh

+ 3 - 1
Ports/libarchive/package.sh

@@ -5,7 +5,9 @@ useconfigure=true
 configopts="--without-xml2"
 files="https://libarchive.org/downloads/libarchive-${version}.tar.gz libarchive-${version}.tar.gz
 https://libarchive.org/downloads/libarchive-${version}.tar.gz.asc libarchive-${version}.tar.gz.asc"
-depends=zlib
+depends="zlib pcre"
 auth_type="sig"
 auth_import_key="CB55788360B992FA0885C878F040F7196BA99AF4"
 auth_opts="libarchive-${version}.tar.gz.asc libarchive-${version}.tar.gz"
+
+export ac_cv_header_regex_h=no