From: Dan Nicholson Date: Thu, 14 Jul 2016 19:45:39 +0000 (-0700) Subject: lib: Fix version script node ordering X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~49^2~68 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2e97e721230c52a5e980f1567a988a5c355289c0;p=ostree.git lib: Fix version script node ordering The order of the VERSION nodes is such that the new node name goes first and the one it depends on goes after the commands. See https://sourceware.org/binutils/docs/ld/VERSION.html. Closes: #398 Approved by: cgwalters --- diff --git a/src/libostree/libostree.sym b/src/libostree/libostree.sym index 702968a9..f26be3f0 100644 --- a/src/libostree/libostree.sym +++ b/src/libostree/libostree.sym @@ -352,8 +352,8 @@ global: */ /* UNCOMMENT WHEN ADDING THE FIRST NEW SYMBOL FOR 2016.8 -LIBOSTREE_2016.7 { +LIBOSTREE_2016.8 { global: insert_symbol_here; -} LIBOSTREE_2016.8; +} LIBOSTREE_2016.7; */