File: rules

package info (click to toggle)
zenity 3.44.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,964 kB
  • sloc: ansic: 5,559; perl: 150; xml: 75; sh: 70; makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs

ifeq (,$(filter $(DEB_HOST_ARCH), hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 sh4))
	ENABLE_WEBKIT = -Dwebkitgtk=true
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		$(ENABLE_WEBKIT) \
		-Dlibnotify=true