File: rules

package info (click to toggle)
dd-opentracing-cpp 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,040 kB
  • sloc: cpp: 40,234; sh: 687; ansic: 27; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

ifeq ($(DEB_HOST_ARCH),riscv64)
	export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_TESTING=ON -DBUILD_PLUGIN=ON