summary refs log tree commit diff
diff options
context:
space:
mode:
authorYarny0 <41838844+Yarny0@users.noreply.github.com>2021-05-08 19:31:16 +0200
committerYarny0 <41838844+Yarny0@users.noreply.github.com>2021-05-14 05:42:17 +0200
commitb5464b008f32699b0307a58ff7ce80de91bcfb5f (patch)
treea7a8a1f1fcd3bb615ac239302d40b5ffc3615f48
parent87f08e8899becad629369a43a4b216fb6e1df69f (diff)
downloadnixpkgs-b5464b008f32699b0307a58ff7ce80de91bcfb5f.tar
nixpkgs-b5464b008f32699b0307a58ff7ce80de91bcfb5f.tar.gz
nixpkgs-b5464b008f32699b0307a58ff7ce80de91bcfb5f.tar.bz2
nixpkgs-b5464b008f32699b0307a58ff7ce80de91bcfb5f.tar.lz
nixpkgs-b5464b008f32699b0307a58ff7ce80de91bcfb5f.tar.xz
nixpkgs-b5464b008f32699b0307a58ff7ce80de91bcfb5f.tar.zst
nixpkgs-b5464b008f32699b0307a58ff7ce80de91bcfb5f.zip
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
-rw-r--r--pkgs/servers/hylafaxplus/post-patch.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/servers/hylafaxplus/post-patch.sh b/pkgs/servers/hylafaxplus/post-patch.sh
index 6ec5937147e..43ee91d2f62 100644
--- a/pkgs/servers/hylafaxplus/post-patch.sh
+++ b/pkgs/servers/hylafaxplus/post-patch.sh
@@ -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