mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-29 08:39:42 +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
|
DRAFTS=yes
|
||||||
endif
|
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:
|
override_dh_clean:
|
||||||
dh_clean
|
dh_clean
|
||||||
find $(CURDIR) -type s -exec rm {} \;
|
find $(CURDIR) -type s -exec rm {} \;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user