Compare commits

...

1 Commits

Author SHA1 Message Date
Magier Marcin
d86c38d013 fix build errors
- use pre-compiled version of natalie dect
- disable 'cups' for samba packages
2016-10-31 17:06:15 +01:00
3 changed files with 6 additions and 0 deletions

View File

@@ -46,6 +46,10 @@ define Package/natalie-dect/description
Kernel dect driver
endef
define Package/natalie-dect/config
source "$(SOURCE)/Config.in"
endef
ifeq ($(CONFIG_NATALIE_OPEN),y)
define Build/Compile
endef

View File

@@ -155,6 +155,7 @@ define Build/Compile
--with-privatedir=/etc/samba2 \
--with-readline=no \
--with-syslog \
--disable-cups \
);
$(MAKE) -C $(PKG_BUILD_DIR)/source \
$(TARGET_CONFIGURE_OPTS) \

View File

@@ -83,6 +83,7 @@ CONFIGURE_ARGS+= \
--without-ads \
--without-ldap \
--enable-largefile \
--disable-cups \
--with-configdir=/etc/samba \
--with-libiconv=$(ICONV_PREFIX) \
--with-privatedir=/etc/samba