X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=debian%2Fpatches%2Fmk-sort-list-of-shared-objects-in-linker-script.patch;h=06bf1b005f428d225b8571d5d59ff449fc4c366f;hb=71769a2f309a6a8adcd0fbfe580824febf4e6ae8;hp=52e6b5a5f5a1399c9a78ef72c7655bee4545095c;hpb=f29803d2d7380d9240738afe69821aa41d7724f7;p=deb_dpdk.git diff --git a/debian/patches/mk-sort-list-of-shared-objects-in-linker-script.patch b/debian/patches/mk-sort-list-of-shared-objects-in-linker-script.patch index 52e6b5a5..06bf1b00 100644 --- a/debian/patches/mk-sort-list-of-shared-objects-in-linker-script.patch +++ b/debian/patches/mk-sort-list-of-shared-objects-in-linker-script.patch @@ -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. -Origin: http://dpdk.org/dev/patchwork/patch/25633/ +Origin: http://dpdk.org/dev/patchwork/patch/25675/ Forwarded: yes Author: Luca Boccassi -Last-Update: 2017-06-22 +Last-Update: 2017-06-24 --- 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 @@ -27,6 +25,3 @@ index 449358b33..2ab7ee8a1 100644 all: FORCE $(Q)echo "GROUP ( $(LIBS) )" > $(RTE_OUTPUT)/lib/$(COMBINEDLIB) --- -2.11.0 -