mysql: don't install libraries in /usr/lib/mysql directory
authorArnout Vandecappelle <arnout@mind.be>
Sun, 13 Dec 2015 23:57:07 +0000 (00:57 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Dec 2015 19:34:44 +0000 (20:34 +0100)
commit7b9c5d65e0dc3b6b55ff67196b8110c5a758da31
treeb9210bad8a1818730ea15424fe117f02de197de8
parent28f67899e54f15c6e48484ea2976c3e431756bcb
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>
package/mysql/0007-dont-install-in-mysql-directory.patch [new file with mode: 0644]
package/mysql/mysql.mk