Codebase list libterm-size-perl-perl / 62459ca
Fix FTCBFS: Set ARCHLIB for the host architecture. gregor herrmann 2 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22 PACKAGE = $(shell dh_listpackages)
33 TMP = $(CURDIR)/debian/$(PACKAGE)
44
5 ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
5 include /usr/share/dpkg/architecture.mk
6 PERLVER := $(shell perl -MConfig -e 'print $$Config{version}')
7 ARCHLIB := $(shell perl -I/usr/lib/$(DEB_HOST_MULTIARCH)/perl/cross-config-$(PERLVER) -MConfig -e 'print $$Config{vendorarch}')
68
79 %:
810 dh $@