mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-28 16:15:23 +08:00
Merge pull request #2277 from bluca/automake_1.14
Problem: debian build fails with automake < 1.14
This commit is contained in:
commit
715f87fec7
@ -31,6 +31,9 @@ ifneq (,$(findstring drafts,$(DEB_BUILD_OPTIONS)))
|
||||
DRAFTS=yes
|
||||
endif
|
||||
|
||||
# Workaround for automake < 1.14 bug
|
||||
$(shell dpkg --compare-versions `dpkg-query -W -f='$${Version}\n' automake` lt 1:1.14 && mkdir -p config)
|
||||
|
||||
override_dh_clean:
|
||||
dh_clean
|
||||
find $(CURDIR) -type s -exec rm {} \;
|
||||
|
Loading…
x
Reference in New Issue
Block a user