Commit 1187751f authored by Arturo Borrero Gonzalez's avatar Arturo Borrero Gonzalez
Browse files

d/rules: drop override_dh_shlibdeps



No longer needed. As stated in the dh_shlibdeps manpage,
the tool is now smarter and doesn't require the options in our override.
Signed-off-by: default avatarArturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
parent 9658f740
......@@ -7,10 +7,6 @@ LIB_DIR := /usr/lib/$(DEB_HOST_MULTIARCH)
_dhopts := --with autoreconf
_shlibdeps := \
-a -X$(LIB_DIR) \
-l$(CURDIR)/debian/build/extensions/.libs
_configure := \
--disable-libipq \
--enable-devel \
......@@ -21,8 +17,5 @@ _configure := \
%:
dh $@ $(_dhopts)
override_dh_shlibdeps:
dh_shlibdeps $(_shlibdeps)
override_dh_auto_configure:
dh_auto_configure -- $(_configure)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment