File: rules

package info (click to toggle)
vxi 0.0.20121221-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: sh: 3,925; makefile: 34
file content (9 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_SET = -fPIC

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- CPPFLAGS='-I/usr/include/tirpc'