X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fmysqltcl.git;a=blobdiff_plain;f=debian%2Frules;h=292ecc9d063aa148a5ffe9810833e11ba1f83f2c;hp=de1946d185ecdc28ebb1a6221e9e13f70b1faa17;hb=142e95dfafeb99191e3ca4e3a8af386fe50dae2a;hpb=6b21162a41a5ab382a665fe35e0b8f7c201d3629 diff --git a/debian/rules b/debian/rules index de1946d..292ecc9 100755 --- a/debian/rules +++ b/debian/rules @@ -4,9 +4,10 @@ #export DH_VERBOSE=1 LDFLAGS += -Wl,-z,defs -Wl,--as-needed +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh $@ --with quilt + dh $@ --with quilt,autoreconf override_dh_auto_configure: dh_auto_configure -- \ @@ -16,6 +17,7 @@ override_dh_auto_configure: --infodir=/usr/share/info \ --with-tcl=/usr/lib \ --with-tclinclude=/usr/include/tcl \ + --with-mysql-lib=/usr/lib/$(DEB_HOST_MULTIARCH) override_dh_auto_install: dh_auto_install --destdir=$(CURDIR)/debian/mysqltcl