blob: 07896354c5a5ad1444b27052d24395fd0869c638 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/make -f
# Needed for dpkg-shlibdeps to be able to find the libraries we ship with so as
# to properly calculate our shared library dependencies.
export LD_LIBRARY_PATH=$(shell echo $$LD_LIBRARY_PATH:$$PWD)
include /usr/share/cdbs/1/rules/debhelper.mk
# Workaround for Debian bug #364436
DEB_DH_MAKESHLIBS_ARGS=-n
|