Add new patches to make build fully reproducible
[deb_dpdk.git] / debian / patches / mk-sort-list-of-shared-objects-in-linker-script.patch
index 52e6b5a..06bf1b0 100644 (file)
@@ -6,16 +6,14 @@ This means the content libdpdk.so linker script might change between
 builds from the same sources.
 Run the list through sort to ensure reproducibility.
 
 builds from the same sources.
 Run the list through sort to ensure reproducibility.
 
-Origin: http://dpdk.org/dev/patchwork/patch/25633/
+Origin: http://dpdk.org/dev/patchwork/patch/25675/
 Forwarded: yes
 Author: Luca Boccassi <luca.boccassi@gmail.com>
 Forwarded: yes
 Author: Luca Boccassi <luca.boccassi@gmail.com>
-Last-Update: 2017-06-22
+Last-Update: 2017-06-24
 ---
  mk/rte.combinedlib.mk | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 ---
  mk/rte.combinedlib.mk | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/mk/rte.combinedlib.mk b/mk/rte.combinedlib.mk
-index 449358b33..2ab7ee8a1 100644
 --- a/mk/rte.combinedlib.mk
 +++ b/mk/rte.combinedlib.mk
 @@ -42,7 +42,7 @@ endif
 --- a/mk/rte.combinedlib.mk
 +++ b/mk/rte.combinedlib.mk
 @@ -42,7 +42,7 @@ endif
@@ -27,6 +25,3 @@ index 449358b33..2ab7ee8a1 100644
  
  all: FORCE
        $(Q)echo "GROUP ( $(LIBS) )" > $(RTE_OUTPUT)/lib/$(COMBINEDLIB)
  
  all: FORCE
        $(Q)echo "GROUP ( $(LIBS) )" > $(RTE_OUTPUT)/lib/$(COMBINEDLIB)
--- 
-2.11.0
-