Bug#890312: desmume: please make the build reproducible
Chris Lamb
lamby at debian.org
Tue Feb 13 10:39:28 UTC 2018
Source: desmume
Version: 0.9.11-3
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that desmume could not be built reproducibly.
The absolute build path ends up in the binary.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/configure.ac 2018-02-13 09:42:15.241096798 +0000
--- b/configure.ac 2018-02-13 10:26:54.357061647 +0000
@@ -169,7 +169,7 @@
AC_SUBST(LIBGLADE_LIBS)
dnl uninstalled glade ui dir
- AC_DEFINE_UNQUOTED(GLADEUI_UNINSTALLED_DIR,"`pwd`/src/gtk-glade/glade/",[path to glade ui dir])
+ AC_DEFINE_UNQUOTED(GLADEUI_UNINSTALLED_DIR,"src/gtk-glade/glade/",[path to glade ui dir])
AC_SUBST(GLADEUI_UNINSTALLED_DIR)
PKG_CHECK_MODULES(GTKGLEXT,
More information about the Reproducible-bugs
mailing list