dosfstools: stub configure_init()

There's no point in configuring if not building.
This commit is contained in:
Andre Heider 2019-12-09 08:42:39 +01:00
parent 8e4663912a
commit 3af8801a01

View File

@ -17,6 +17,10 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-compat-symlinks"
PKG_MAKE_OPTS_TARGET="PREFIX=/usr"
PKG_MAKEINSTALL_OPTS_TARGET="PREFIX=/usr"
configure_init() {
: # reuse configure_target()
}
make_init() {
: # reuse make_target()
}