Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
core: switch to using rpath for clasic confinement. #1094
+0
−2
Conversation
kyrofa
approved these changes
Jan 31, 2017
Indeed, or in sentence form (from wikipedia): "If the new-dtags feature is enabled in the linker (--enable-new-dtags), GNU ld, besides setting the DT_RPATH attribute, also sets the DT_RUNPATH attribute to the same string. At run time, if the dynamic linker finds a DT_RUNPATH attribute, it ignores the value of the DT_RPATH attribute, with the effect that LD_LIBRARY_PATH is checked first and the paths in the DT_RUNPATH attribute are only searched afterwards."
sergiusens
merged commit e174e46
into
snapcore:master
Feb 1, 2017
sergiusens
deleted the
sergiusens:bugfix/rpath-runpath
branch
Feb 1, 2017
added a commit
that referenced
this pull request
Feb 28, 2017
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiusens commentedJan 31, 2017
•
Edited 1 time
-
kyrofa
Jan 31, 2017
From _dl_map_object in elf/dl-load.c:
LP: #1657504
Signed-off-by: Sergio Schvezov sergio.schvezov@canonical.com