katie/package/debian/rules
Ivailo Monev 6406b72477 oops, fix ld config path in package files
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-05-04 17:24:54 +00:00

20 lines
400 B
Makefile
Executable file

#!/usr/bin/make -f
%:
dh $@
override_dh_auto_configure:
# the mysqld library is not much of a static
dh_auto_configure -- -DMYSQL_LIBRARIES:STRING="-lmysqld -lcrypt -laio" \
-Wno-dev \
-DLDCONF_INSTALL_PATH=/etc/ld.so.conf.d \
-DPROFILE_INSTALL_PATH=/etc/profile.d
override_dh_auto_build:
dh_auto_build
override_dh_auto_install:
dh_auto_install
override_dh_auto_clean:
dh_auto_clean