File: rules

package info (click to toggle)
nsync 1.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,760 kB
  • sloc: ansic: 9,094; asm: 1,035; makefile: 944; sh: 617; cpp: 551
file content (10 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS= hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_SHARED_LIBS=ON