* 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
|
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=configurePhase
|
||||||
configurePhase() {
|
configurePhase() {
|
||||||
./configure
|
./configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user