Merge pull request #51261 from dtzWill/fix/apparmor-drop-musl-patch
libapparmor: drop patch, fix build w/musl
This commit is contained in:
commit
c4852e3d31
@ -37,11 +37,6 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
patches = stdenv.lib.optionals stdenv.hostPlatform.isMusl [
|
patches = stdenv.lib.optionals stdenv.hostPlatform.isMusl [
|
||||||
(fetchpatch {
|
|
||||||
url = "https://git.alpinelinux.org/cgit/aports/plain/testing/apparmor/0002-Provide-missing-secure_getenv-and-scandirat-function.patch?id=74b8427cc21f04e32030d047ae92caa618105b53";
|
|
||||||
name = "0002-Provide-missing-secure_getenv-and-scandirat-function.patch";
|
|
||||||
sha256 = "0pj1bzifghxwxlc39j8hyy17dkjr9fk64kkj94ayymyprz4i4nac";
|
|
||||||
})
|
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
url = "https://git.alpinelinux.org/cgit/aports/plain/testing/apparmor/0003-Added-missing-typedef-definitions-on-parser.patch?id=74b8427cc21f04e32030d047ae92caa618105b53";
|
url = "https://git.alpinelinux.org/cgit/aports/plain/testing/apparmor/0003-Added-missing-typedef-definitions-on-parser.patch?id=74b8427cc21f04e32030d047ae92caa618105b53";
|
||||||
name = "0003-Added-missing-typedef-definitions-on-parser.patch";
|
name = "0003-Added-missing-typedef-definitions-on-parser.patch";
|
||||||
|
Loading…
Reference in New Issue
Block a user