File: rules

package info (click to toggle)
libapache2-mod-encoding 20040616-8
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 180 kB
  • sloc: ansic: 1,462; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
include /usr/share/dpkg/buildtools.mk

%:
	dh $@ --with apache2

override_dh_auto_build:
	apxs2 -c -liconv_hook mod_encoding.c
	$(CC) $(CPPFLAGS) $(LDFLAGS) -shared \
		-o mod_encoding.so .libs/mod_encoding.o -Wall -liconv_hook