mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
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
This commit is contained in:
parent
203c0c88db
commit
2e97e72123
@ -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;
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user