katie/package/debian/rules

18 lines
310 B
Text
Raw Normal View History

#!/usr/bin/make -f
2016-01-12 17:29:12 -05:00
%:
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
override_dh_auto_build:
dh_auto_build
override_dh_auto_install:
dh_auto_install
override_dh_auto_clean:
dh_auto_clean