summary refs log tree commit diff
path: root/pkgs/tools/networking/openssh
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2005-12-13 12:48:12 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2005-12-13 12:48:12 +0000
commit41047b0fc547ec5a1444fed066fd304cbd61def8 (patch)
tree1f844d9f4eec15f401f19905aa207217ed491228 /pkgs/tools/networking/openssh
parent444ac39ad3b55486c4584cc8512a911f7a3bfcd0 (diff)
downloadnixlib-41047b0fc547ec5a1444fed066fd304cbd61def8.tar
nixlib-41047b0fc547ec5a1444fed066fd304cbd61def8.tar.gz
nixlib-41047b0fc547ec5a1444fed066fd304cbd61def8.tar.bz2
nixlib-41047b0fc547ec5a1444fed066fd304cbd61def8.tar.lz
nixlib-41047b0fc547ec5a1444fed066fd304cbd61def8.tar.xz
nixlib-41047b0fc547ec5a1444fed066fd304cbd61def8.tar.zst
nixlib-41047b0fc547ec5a1444fed066fd304cbd61def8.zip
don't have the privilege seperation path in the store
svn path=/nixpkgs/trunk/; revision=4360
Diffstat (limited to 'pkgs/tools/networking/openssh')
-rw-r--r--pkgs/tools/networking/openssh/builder.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/tools/networking/openssh/builder.sh b/pkgs/tools/networking/openssh/builder.sh
index 198c809a49ed..78072d682cbf 100644
--- a/pkgs/tools/networking/openssh/builder.sh
+++ b/pkgs/tools/networking/openssh/builder.sh
@@ -1,8 +1,5 @@
 source $stdenv/setup
 
-
-configureFlags="--with-privsep-path=$out/empty"
- 
 installPhase() {
    make install-nokeys
 }