mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
minidlna: force fixup of autotools.
Since we know we update the makefile.am do a manual autoreconf instead of allowing this to be detected during make. If its detected the make tries to use the original version of automake and not the version installed on the HOST. this is so we can build on ubuntu 15.10 without downgrading automake.
This commit is contained in:
parent
e11fef0a1d
commit
b167e072ac
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ PKG_MAINTAINER:=Knyazkov Dmitry <medavedik@gmail.com>
|
|||
|
||||
PKG_BUILD_PARALLEL:=0
|
||||
PKG_BUILD_DEPENDS:=util-linux
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue