Browse Source

Merge pull request #4899 from fededim/master

lftp: compilation bugfix for old openwrt buildroot
lilik-openwrt-22.03
champtar 7 years ago
committed by GitHub
parent
commit
9327639722
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/lftp/Makefile

+ 2
- 2
net/lftp/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lftp
PKG_VERSION:=4.8.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://lftp.tech/ftp/ \
https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/distfiles/
@ -53,7 +53,7 @@ CONFIGURE_ARGS += \
--with-zlib="$(STAGING_DIR)/usr" \
--disable-static
EXTRA_CXXFLAGS += -std=c++0x
TARGET_CXXFLAGS+= -std=c++11
define Package/lftp/install
$(INSTALL_DIR) $(1)/usr/bin


Loading…
Cancel
Save