File: rules

package info (click to toggle)
libtypec 0.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 432 kB
  • sloc: ansic: 4,991; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=cmake

# LIBTYPEC_STRICT_CFLAGS=OFF to disable upstream’s custom build flags
# CMAKE_SKIP_RPATH=PN to prevent build paths from being embedded into the binaries
override_dh_auto_configure:
	dh_auto_configure -- -DLIBTYPEC_STRICT_CFLAGS=OFF -DCMAKE_SKIP_RPATH=ON