Print

Print


Hello,
I make (unofficial) packages for Archlinux (my Linux distribution) and ```makepkg``` (the distro package build tool) warns me that ```libXrdCryptossl-4.so``` has references to a build directory. When I run
```
$ strings libXrdCryptossl-4.so | grep BUILD_DIR
```
I see references to three files: ```XrdCrypto/XrdCryptosslCipher.cc```, ```XrdCrypto/XrdCriptosslX509.cc``` and ```XrdCrypto/XrdCryptosslX509Crl.cc```. My goal is either to get rid of them (see, for example, "reproducible builds") or make these paths relative by their location in source code directory. After quick glance on first file I found no reference to any special macros (for instance, ```___FILE___```). Does anyone known what is going on here? How to debug this?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/790

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1