File: rules

package info (click to toggle)
log4cpp 1.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,220 kB
  • sloc: sh: 10,465; cpp: 6,696; ansic: 1,049; makefile: 288
file content (9 lines) | stat: -rwxr-xr-x 179 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	PTHREAD_LIBS="-lpthread" dh_auto_configure -- --enable-threads=pthread

override_dh_acc:
	- dh_acc $@