From 89442912e52686507e0210385f8d0acb7ef18cd4 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 4 Nov 2016 17:56:54 +0000 Subject: [PATCH] add workaround for dh_shlibdeps Signed-off-by: Ivailo Monev --- package/debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/debian/rules b/package/debian/rules index 99361eda6..4d05c501f 100755 --- a/package/debian/rules +++ b/package/debian/rules @@ -1,5 +1,9 @@ #!/usr/bin/make -f +# a dirty way to make dh_shlibdeps find the libraries, if you have better +# solution I'd welcome it +export LD_LIBRARY_PATH := $(shell pwd)/obj-$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)/lib:$(LD_LIBRARY_PATH) + %: dh $@ -- 2.11.0