2
0
Fork 0

coreutils: use --no-as-needed to keep libposix

This commit is contained in:
Ehmry - 2020-05-28 11:39:20 +05:30
parent 65a06a1981
commit 0c9f23f6e9
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ in {
"--disable-libcap"
"--disable-nls"
];
LDFLAGS = [ "-Wl,--no-as-needed" ];
# keep libposix NEEDED
})
else
coreutils;