Skip to content

Commit

Permalink
Merge pull request #486 from flammit/cairo-repro
Browse files Browse the repository at this point in the history
cairo: restore build reproducibility
  • Loading branch information
tlaurion authored Feb 8, 2019
2 parents 7b68b1e + c559d71 commit 71b919c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/cairo
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ cairo_configure := \
--disable-xlib --disable-xcb --disable-pdf \
--disable-ps --disable-svg --disable-script \
--disable-ft --disable-fc --disable-pthread \
--disable-glib --disable-gobject
--disable-gobject \
&& sed \
-e 's/^hardcode_libdir_flag_spec.*/hardcode_libdir_flag_spec=" -D__LIBTOOL_RPATH_DISABLE__ "/' \
< libtool \
> libtool-2 \
&& mv libtool-2 libtool \
&& chmod 755 libtool

cairo_target := \
$(MAKE_JOBS) \
Expand Down

0 comments on commit 71b919c

Please sign in to comment.