File: rules

package info (click to toggle)
libass 1%3A0.17.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,012 kB
  • sloc: ansic: 18,658; asm: 5,588; sh: 4,969; makefile: 55; python: 8
file content (19 lines) | stat: -rwxr-xr-x 361 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

# force nasm to build PIC objects on x86
ifeq (,$(filter-out amd64 i386,$(DEB_HOST_ARCH_CPU)))
confflags += --with-pic
endif

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		$(confflags) \
		--disable-directwrite \
		--disable-coretext