blob: aa95313798c5ce55f4fa4e8c7a8ff25afed534f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/make -f
# https://github.com/kazu-yamamoto/simple-sendfile/issues/17
DEB_ENABLE_TESTS = no
include /usr/share/cdbs/1/rules/buildvars.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
DEB_SETUP_GHC_CONFIGURE_ARGS := -f-allow-bsd
endif
|