File: rules

package info (click to toggle)
log4cpp 1.1.3-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,216 kB
  • sloc: sh: 10,465; cpp: 6,696; ansic: 1,049; makefile: 291
file content (14 lines) | stat: -rwxr-xr-x 365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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 $@

override_dh_auto_install:
	dh_auto_install
	# Remove the build path from passed arguments for reproducible builds
	sed -i -e "s,$(CURDIR),BUILDPATH,g" debian/tmp/usr/bin/log4cpp-config