musl: pick upstream patches for name_to_handle_at support

This commit is contained in:
Will Dietz
2018-09-24 23:59:02 -05:00
parent ed5347278f
commit 5c217591fd
3 changed files with 100 additions and 0 deletions
+3
View File
@@ -67,6 +67,9 @@ stdenv.mkDerivation rec {
./0001-in-pthread_mutex_trylock-EBUSY-out-more-directly-whe.patch
./0002-in-pthread_mutex_timedlock-avoid-repeatedly-reading-.patch
./0003-fix-namespace-violation-for-c11-mutex-functions.patch
# name_to_handle_at
./name-to-handle-at.patch
./max-handle-sz-for-name-to-handle-at.patch
];
preConfigure = ''
configureFlagsArray+=("--syslibdir=$out/lib")