From: nico Date: Mon, 7 Nov 2011 23:45:59 +0000 (+0000) Subject: packages/neon: force use of LFS and 64-bit off_t here as well X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d2a5c761d7b45ec2c21d72a587c170dadd97ee8b;p=packages.git 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 --- diff --git a/libs/neon/Makefile b/libs/neon/Makefile index 50e4a4958..10c390fb0 100644 --- a/libs/neon/Makefile +++ b/libs/neon/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=neon PKG_VERSION:=0.29.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.webdav.org/neon @@ -29,6 +29,7 @@ define Package/libneon endef TARGET_CFLAGS += $(FPIC) +TARGET_CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE CONFIGURE_ARGS += \ --enable-shared \