summaryrefslogtreecommitdiff
path: root/lib/debian/rules
blob: 040a730e2962916effee1db98ba76defd0899b65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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 $@ 


override_dh_auto_configure:
	dh_auto_configure -- --enable-tls LDFLAGS='-Wl,-L/usr/lib/freeradius -Wl,--rpath=/usr/lib/freeradius' CFLAGS='$(shell dpkg-buildflags --get CFLAGS) -pthread'