Index: PKGBUILD =================================================================== --- PKGBUILD (revision 454547) +++ PKGBUILD (working copy) @@ -18,11 +18,14 @@ source=( "git+https://github.com/rhinstaller/efivar.git#tag=${pkgver}?signed" "${pkgname}-38-ld_t.patch::https://github.com/rhboot/efivar/pull/201/commits/197a0874ea4010061b98b4b55eff65b33b1cd741.patch" + "${pkgname}-38-glibc-mount.patch::https://github.com/rhboot/efivar/commit/bc65d63ebf8fe6ac8a099ff15ca200986dba1565.patch" ) sha512sums=('SKIP' - '568bc88b182875c37479c49b3dbf5b8ee6edf8090f940176e67c9aa28dd2ff6f417c70b2bef6b5df99ada2afa33db3efd295ba9de5d68b3ecc5ce1dc3361d042') + '568bc88b182875c37479c49b3dbf5b8ee6edf8090f940176e67c9aa28dd2ff6f417c70b2bef6b5df99ada2afa33db3efd295ba9de5d68b3ecc5ce1dc3361d042' + '69562b4314d886f721c93b1d6cb08a54c396bba54de0e40231d0a09bb135d637bd8c66ac9d6eb1e835274ea6978248601a4f1c8c082daba6743c76a777630e64') b2sums=('SKIP' - 'ccddc04ab83d4dcf570d5a89e43fc27d36e2010513b36d9eb2fcdea71ceb5dba96a064a1cbca9ffdecf17fb5b9cb22cfe89eae4ee3a188547a4ab6fa6b4e2983') + 'ccddc04ab83d4dcf570d5a89e43fc27d36e2010513b36d9eb2fcdea71ceb5dba96a064a1cbca9ffdecf17fb5b9cb22cfe89eae4ee3a188547a4ab6fa6b4e2983' + '647711fac26b99a71a300636159d4f9bea08dc7c24d3ceb072ebd59f1ec50a789fb13bb416e24bf88179e8b1f18687b9af43052a17083e3748cc7ce237bc309c') validpgpkeys=('B00B48BC731AA8840FED9FB0EED266B70F4FEF10') # Peter Jones prepare() { @@ -29,6 +32,7 @@ cd "${pkgname}" # fix issues with linker scripts: https://github.com/rhboot/efivar/pull/201 patch -Np1 -i ../"${pkgname}-38-ld_t.patch" + patch -Np1 -i ../"${pkgname}-38-glibc-mount.patch" } build() {