blob: 213a0a1cb78ac03b49bed1852aff3e580201b432 (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/make -f
# libdpkg-dev only provides a .a file, which cannot
# be linked into a .so file, it seems.
DEB_SETUP_GHC_CONFIGURE_ARGS += --disable-shared
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
|