packages/neon: force use of LFS and 64-bit off_t here as well
fixes subversion segfaults after r28760, r28763, r28764 & r28765 git-svn-id: svn://svn.openwrt.org/openwrt/packages@28842 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7fe2d6ab55
commit
d2a5c761d7
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=neon
|
PKG_NAME:=neon
|
||||||
PKG_VERSION:=0.29.6
|
PKG_VERSION:=0.29.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.webdav.org/neon
|
PKG_SOURCE_URL:=http://www.webdav.org/neon
|
||||||
@ -29,6 +29,7 @@ define Package/libneon
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
TARGET_CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user