Source: mapcache
Version: 1.10.0-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
mapcache could not be built reproducibly.

This is because CMake's RPATH is not stripped (even with chrpath it
seems!), needing us to avoid it being set with -DCMAKE_SKIP_RPATH=ON.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

--
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2021-08-09 16:59:37.972838427 +0100
--- b/debian/rules      2021-08-09 17:07:29.339959518 +0100
@@ -34,6 +34,7 @@
 CMAKE_OPTS:= \
                -DCMAKE_INSTALL_PREFIX=/usr \
                -DCMAKE_VERBOSE_MAKEFILE=1 \
+               -DCMAKE_SKIP_RPATH=ON \
                -DWITH_PIXMAN=1 \
                -DWITH_SQLITE=1 \
                -DWITH_BERKELEY_DB=0 \

Reply via email to