mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
lftp: compilation bugfix for old openwrt buildroot
Signed-off-by: Federico Di Marco <fededim@gmail.com>
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=lftp
|
PKG_NAME:=lftp
|
||||||
PKG_VERSION:=4.8.2
|
PKG_VERSION:=4.8.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://lftp.tech/ftp/ \
|
PKG_SOURCE_URL:=http://lftp.tech/ftp/ \
|
||||||
https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/distfiles/
|
https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/distfiles/
|
||||||
@@ -53,7 +53,7 @@ CONFIGURE_ARGS += \
|
|||||||
--with-zlib="$(STAGING_DIR)/usr" \
|
--with-zlib="$(STAGING_DIR)/usr" \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
EXTRA_CXXFLAGS += -std=c++0x
|
TARGET_CXXFLAGS+= -std=c++11
|
||||||
|
|
||||||
define Package/lftp/install
|
define Package/lftp/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user