Comment 60 for bug 1752378

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Question: should I build pmdk with ndctl support, i.e., with the daxio package? Set NDCTL_ENABLE=y?

When I do that, however, for some reason libpmemobj and others get RPATH set again, even though I'm passing NORPATH=1:

(...)
cc -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,-z,relro -Wl,--fatal-warnings -Wl,--warn-common -Wl,-rpath=/usr/local/lib -L../nondebug/libpmemobj/.. -shared -Wl,--version-script=libpmemobj.map,-soname,libpmemobj.so.1 -o ../nondebug/libpmemobj/../libpmemobj.so.1.0.0 ../nondebug/libpmemobj/file.o ../nondebug/libpmemobj/file_posix.o
(...)