Skip to content

Commit

Permalink
fixed snap paths (.../x1/... => .../current.../)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Nilsson committed Apr 24, 2018
1 parent 051e4aa commit d15b89c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion snap/libhack/usr/lib/x86_64-linux-gnu/libc.so
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Use the shared library, but some functions are only in
the static library, so try that secondarily. */
OUTPUT_FORMAT(elf64-x86-64)
GROUP ( /lib/x86_64-linux-gnu/libc.so.6 /snap/microservicebus-node/x1/usr/lib/x86_64-linux-gnu/libc_nonshared.a AS_NEEDED ( /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 ) )
GROUP ( /lib/x86_64-linux-gnu/libc.so.6 /snap/microservicebus-node/current/usr/lib/x86_64-linux-gnu/libc_nonshared.a AS_NEEDED ( /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 ) )
2 changes: 1 addition & 1 deletion snap/libhack/usr/lib/x86_64-linux-gnu/libm.so
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* GNU ld script
*/
OUTPUT_FORMAT(elf64-x86-64)
GROUP ( /lib/x86_64-linux-gnu/libm.so.6 AS_NEEDED ( /snap/microservicebus-node/x1/usr/lib/x86_64-linux-gnu/libmvec_nonshared.a /lib/x86_64-linux-gnu/libmvec.so.1 ) )
GROUP ( /lib/x86_64-linux-gnu/libm.so.6 AS_NEEDED ( /snap/microservicebus-node/current/usr/lib/x86_64-linux-gnu/libmvec_nonshared.a /lib/x86_64-linux-gnu/libmvec.so.1 ) )
2 changes: 1 addition & 1 deletion snap/libhack/usr/lib/x86_64-linux-gnu/libpthread.so
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Use the shared library, but some functions are only in
the static library, so try that secondarily. */
OUTPUT_FORMAT(elf64-x86-64)
GROUP ( /lib/x86_64-linux-gnu/libpthread.so.0 /snap/microservicebus-node/x1/usr/lib/x86_64-linux-gnu/libpthread_nonshared.a )
GROUP ( /lib/x86_64-linux-gnu/libpthread.so.0 /snap/microservicebus-node/current/usr/lib/x86_64-linux-gnu/libpthread_nonshared.a )

0 comments on commit d15b89c

Please sign in to comment.