mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
mtools: fix host lib leakage
The package does not build due to host lib leakage, as evidenced by config.log: X_CFLAGS=' -I/usr/include' X_LIBS=' -L/usr/lib' Fix this by disabling X with a configure var. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
@@ -30,6 +30,8 @@ define Package/mtools/description
|
||||
Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them.
|
||||
endef
|
||||
|
||||
CONFIGURE_VARS += ac_cv_have_x="have_x=no"
|
||||
|
||||
define Package/mtools/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/amuFormat.sh $(1)/usr/bin/
|
||||
|
||||
Reference in New Issue
Block a user