summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill2011-11-09 11:18:10 +0000
committerNicolas Thill2011-11-09 11:18:10 +0000
commitc29ef9cb5d30418fed2ca5a31115971caa067a0b (patch)
treefe3b19310631e4b2841ab9ead3d2aa28c99d11d9
parente2523accd106b5d88255452d3ac9ee1fecc2f7bd (diff)
downloadpackages-c29ef9cb5d30418fed2ca5a31115971caa067a0b.tar.gz
packages/neon: merge r28842
SVN-Revision: 28876
-rw-r--r--libs/neon/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \