Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Build fails due to /lib/ -> /lib/local substitution #1585
Comments
|
Change the line to:
and it should work. If so, I'll commit a fix. |
alandekok
added a commit
that referenced
this issue
Apr 19, 2016
|
|
alandekok |
0edf68a
|
alandekok
closed this
in 8f3084f
Apr 19, 2016
milidam
commented
Apr 20, 2016
|
Hi Alan, |
arr2036
added a commit
that referenced
this issue
Apr 20, 2016
|
|
alandekok + arr2036 |
ca2e7d7
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
milidam commentedApr 19, 2016
•
edited
Hi,
Issue type
Defect description
I have a project where I let freeradius to be build by jenkins.
My
JENKINS_HOMEis/var/lib/jenkins.Due to this line, apparently, all instances of
libin the paths are replaced bylib/local; so, in my case, all absolute paths are rewritten into/var/lib/local/jenkins/..., what breaks the build.Output of
makeshowing issue ocurringAny idea how I could circumvent this?
Do I need to patch, or should the proper config do the trick?
Thanks in advance.