Browse Source

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

Signed-off-by: Bjørn Mork <bjorn@mork.no>
lilik-openwrt-22.03
Bjørn Mork 5 years ago
parent
commit
15280aca97
3 changed files with 3446 additions and 0 deletions
  1. +6
    -0
      net/conserver/Makefile
  2. +1645
    -0
      net/conserver/files/config.guess
  3. +1795
    -0
      net/conserver/files/config.sub

+ 6
- 0
net/conserver/Makefile 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
- 0
net/conserver/files/config.guess
File diff suppressed because it is too large
View File


+ 1795
- 0
net/conserver/files/config.sub
File diff suppressed because it is too large
View File


Loading…
Cancel
Save