summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/dependencies/avahi-tqt/debian/rules
blob: 54a22a44f4ad7898b2e247ecdf22f9b0130e3c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

# Ensure at build time that the library has no dependencies on undefined
# symbols, and speed up loading.
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1

DEB_CONFIGURE_EXTRA_FLAGS += \
		--enable-compat-libdns_sd \
		--disable-mono --disable-monodoc \
		--disable-gtk3 \
		--with-systemdsystemunitdir=/lib/systemd/system

DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
                               && echo xz || echo bzip2)

post-patches:: debian/stamp-bootstrap

debian/stamp-bootstrap:
	./autogen.sh
	rm ./ChangeLog
	touch debian/stamp-bootstrap