conserver: add back config.guess and config.sub to fix build

Signed-off-by: Bjørn Mork <bjorn@mork.no>
This commit is contained in:
Bjørn Mork 2019-03-27 16:41:01 +01:00
parent 0236c9f135
commit 15280aca97
3 changed files with 3446 additions and 0 deletions

View File

@ -59,6 +59,12 @@ CONFIGURE_ARGS += \
--with-port=3109 \
--with-logfile=/var/log/conserver/server.log
define Build/Prepare
$(call Build/Prepare/Default)
$(CP) ./files/config.sub $(PKG_BUILD_DIR)/
$(CP) ./files/config.guess $(PKG_BUILD_DIR)/
endef
define Package/conserver/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/conserver $(1)/usr/sbin/

1645
net/conserver/files/config.guess vendored Normal file

File diff suppressed because it is too large Load Diff

1795
net/conserver/files/config.sub vendored Normal file

File diff suppressed because it is too large Load Diff