mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 15:41:05 +08:00
Problem: debian build fails with automake < 1.14
Solution: create config subdir as a workaround if building the packages with automake < 1.14
This commit is contained in:
parent
ef88b8c760
commit
47c7d8ee50
@ -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