mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
lp:886550 Wrong installation path for some include files.
Now install all includes in a flat hierarchy under $PREFIX/include/mysq/, same as 5.3. User can override with -DINSTALL_INCLUDEDIR
This commit is contained in:
parent
b00ee6e8e5
commit
34ed8f3379
4 changed files with 5 additions and 17 deletions
2
debian/dist/Ubuntu/rules
vendored
2
debian/dist/Ubuntu/rules
vendored
|
|
@ -169,8 +169,6 @@ install: build
|
|||
# libmysqlclient-dev: forgotten header file since 3.23.25?
|
||||
cp $(BUILDDIR)/include/my_config.h $(TMP)/usr/include/mysql/
|
||||
cp include/my_dir.h $(TMP)/usr/include/mysql/
|
||||
mv $(TMP)/usr/include/mysql/mysql/*.h $(TMP)/usr/include/mysql/
|
||||
mv $(TMP)/usr/include/mysql/mysql/psi $(TMP)/usr/include/mysql/
|
||||
|
||||
# mysql-common: We provide our own version of this package for
|
||||
# completeness, but we can use an existing version; mariadb-specic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue