hylafaxplus: drop patch for POSIXLY_CORRECT

I'm not sure why this patch was needed,
but it builds and works find without it now.
Maybe this is connected with
https://github.com/NixOS/nixpkgs/pull/30483
This commit is contained in:
Yarny0 2021-05-08 19:31:16 +02:00
parent 87f08e8899
commit b5464b008f

View file

@ -1,10 +1,3 @@
# `configure` (maybe others) set `POSIXLY_CORRECT`, which
# breaks the gcc wrapper script of nixpkgs (maybe others).
# We simply un-export `POSIXLY_CORRECT` after each export so
# its effects don't apply within nixpkgs wrapper scripts.
grep -rlF POSIXLY_CORRECT | xargs \
sed '/export *POSIXLY_CORRECT/a export -n POSIXLY_CORRECT' -i
# Replace strange default value for the nobody account.
if test -n "@maxuid@"
then