diff options
Diffstat (limited to 'package/torsmo/torsmo.mk')
-rw-r--r-- | package/torsmo/torsmo.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/torsmo/torsmo.mk b/package/torsmo/torsmo.mk index 03477d175..a9cbc5d5e 100644 --- a/package/torsmo/torsmo.mk +++ b/package/torsmo/torsmo.mk @@ -10,6 +10,8 @@ TORSMO_AUTORECONF = NO TORSMO_INSTALL_STAGING = NO TORSMO_INSTALL_TARGET = YES +# help2man doesn't work when cross compiling +TORSMO_CONF_ENV = HELP2MAN='' TORSMO_CONF_OPT = --x-includes="-I$(STAGING_DIR)/usr/include/X11" --x-libraries="-I$(STAGING_DIR)/usr/lib" --with-x TORSMO_DEPENDENCIES = xserver_xorg-server |