File: rules

package info (click to toggle)
libradsec 0.0.5-5.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,680 kB
  • sloc: sh: 11,411; ansic: 10,494; perl: 270; makefile: 175
file content (17 lines) | stat: -rwxr-xr-x 484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

# Directly append until we no longer need oneiric support
# oneiric doesn't seem to work with this construction
#DEB_CFLAGS_MAINT_APPEND=-pthread
#export DEB_CFLAGS_MAINT_APPEND

%:
	dh $@  --with autoreconf --parallel


override_dh_auto_configure:
	dh_auto_configure -- --enable-tls --enable-tls-psk  CFLAGS='$(shell dpkg-buildflags --get CFLAGS) -pthread'

override_dh_makeshlibs:
	dh_makeshlibs -plibradsec0t64 -V'libradsec0t64 (>= 0.0.5-5)'