Source: desmume
Version: 0.9.11-3
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- 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,

Reply via email to