mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #8235 from mhei/fix-libupnp
libupnp: add large file defines to CFLAGS
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=libupnp
|
PKG_NAME:=libupnp
|
||||||
PKG_VERSION:=1.8.4
|
PKG_VERSION:=1.8.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/pupnp
|
PKG_SOURCE_URL:=@SF/pupnp
|
||||||
@@ -45,7 +45,7 @@ define Package/libupnp-sample/description
|
|||||||
TVcontrolpoint & tvdevice sample applications run inside /etc/upnp-tvdevice/
|
TVcontrolpoint & tvdevice sample applications run inside /etc/upnp-tvdevice/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += -flto
|
TARGET_CFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -flto
|
||||||
TARGET_LDFLAGS += -flto
|
TARGET_LDFLAGS += -flto
|
||||||
|
|
||||||
CONFIGURE_VARS += ac_cv_lib_compat_ftime=no
|
CONFIGURE_VARS += ac_cv_lib_compat_ftime=no
|
||||||
|
|||||||
Reference in New Issue
Block a user