diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2015-12-14 00:57:07 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-29 20:34:44 +0100 |
commit | 7b9c5d65e0dc3b6b55ff67196b8110c5a758da31 (patch) | |
tree | b9210bad8a1818730ea15424fe117f02de197de8 /support/scripts/gen-manual-lists.py | |
parent | 28f67899e54f15c6e48484ea2976c3e431756bcb (diff) | |
download | buildroot-7b9c5d65e0dc3b6b55ff67196b8110c5a758da31.tar.gz buildroot-7b9c5d65e0dc3b6b55ff67196b8110c5a758da31.zip |
mysql: don't install libraries in /usr/lib/mysql directory
Installing libraries in a subdirectory of /usr/lib leads to no end of
trouble. It requires either setting a RUN_PATH in the ELF files linked
with it or adding the path to ld.so.conf and calling ldconfig on the
target.
So to simplify things, put everything in /usr/lib instead of
/usr/lib/mysql
[Thomas:
- tweak commit title.
- also remove ld.so.conf handling in mysql.mk, since it is no longer
necessary.]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/scripts/gen-manual-lists.py')
0 files changed, 0 insertions, 0 deletions