File: rules

package info (click to toggle)
android-platform-external-libunwind 10.0.0%2Br36-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,280 kB
  • sloc: ansic: 34,173; sh: 6,931; asm: 1,910; makefile: 842; cpp: 137
file content (13 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# Security Hardening
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -fPIC
export DEB_CPPFLAGS_MAINT_APPEND = -DNDEBUG
export DEB_LDFLAGS_MAINT_APPEND = -fPIC

%:
	dh $@ --without autoreconf

override_dh_auto_build:
	dh_auto_build --buildsystem=makefile -- -f debian/libunwind.mk