mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
* Hackery to get dhclient to pass PATH to dhclient-script.
svn path=/nixpkgs/trunk/; revision=7924
This commit is contained in:
parent
7f1a438ca8
commit
f69d866898
@ -2,6 +2,10 @@ source $stdenv/setup
|
||||
|
||||
export DESTDIR=$out
|
||||
|
||||
# Hack to prevent dhclient from overriding the PATH specified with
|
||||
# '-e' on the command-line.
|
||||
makeFlags="CLIENT_PATH='\"FAKE_PATH=/nothing\"'"
|
||||
|
||||
configurePhase=configurePhase
|
||||
configurePhase() {
|
||||
./configure
|
||||
|
Loading…
Reference in New Issue
Block a user