File: rules

package info (click to toggle)
haskell-lukko 0.1.1.3-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: haskell: 296; ansic: 15; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 339 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

DEB_ENABLE_TESTS = yes

ifneq ("$(DEB_HOST_ARCH_BITS)","64")
	# Disable OFD locking, which works only on 64-bit platforms
	# see https://github.com/haskellari/lukko/issues/15
	DEB_SETUP_GHC_CONFIGURE_ARGS += -f-ofd-locking
endif

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk