NLnetLabs / ldns

LDNS is a DNS library that facilitates DNS tool programming
https://nlnetlabs.nl/ldns
BSD 3-Clause "New" or "Revised" License
292 stars 97 forks source link

Homogenize paths for source files during compilation #188

Open duthils opened 1 year ago

duthils commented 1 year ago

Why:

Example:

wtoorop commented 1 month ago

Is this safe with different build dirs?

duthils commented 1 month ago

No, you're right, the following example scenario does not work:

mkdir build
cd build
../configure --with-examples --with-drill
make -j1

I'll look for a better fix.

duthils commented 1 month ago

I updated the branch with a different fix that works with different build directories than ..