Source: bedtools
Version: 2.26.0+dfsg-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: randomness
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the "reproducible builds" effort [0], we noticed
that bedtools could not be built reproducibly.
Patch attached.
[0] https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/Makefile 2016-08-11 23:29:31.526903353 +0100
--- b/Makefile 2016-08-12 00:03:39.192612221 +0100
@@ -99,7 +99,7 @@
$(SRC_DIR)/utils/ToolBase \
$(SRC_DIR)/utils/driver
-BUILT_OBJECTS = $(OBJ_DIR)/*.o
+BUILT_OBJECTS = $(sort $(OBJ_DIR)/*.o)
INCLUDES = -I$(SRC_DIR)/utils/bedFile \