summaryrefslogtreecommitdiffstats
path: root/package/linknx/linknx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/linknx/linknx.mk')
-rw-r--r--package/linknx/linknx.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/package/linknx/linknx.mk b/package/linknx/linknx.mk
index f117b9c630..a7e6adb22c 100644
--- a/package/linknx/linknx.mk
+++ b/package/linknx/linknx.mk
@@ -8,8 +8,12 @@ LINKNX_VERSION = 0.0.1.32
LINKNX_SITE = http://downloads.sourceforge.net/project/linknx/linknx/linknx-$(LINKNX_VERSION)
LINKNX_LICENSE = GPLv2+
LINKNX_INSTALL_STAGING = YES
-LINKNX_CONF_OPTS = --without-lua --without-log4cpp --without-pth-test \
- --with-pth=$(STAGING_DIR)/usr --disable-smtp
+LINKNX_CONF_OPTS = \
+ --without-lua \
+ --without-log4cpp \
+ --without-pth-test \
+ --with-pth=$(STAGING_DIR)/usr \
+ --disable-smtp
LINKNX_DEPENDENCIES = libpthsem
OpenPOWER on IntegriCloud