aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-06-08 21:50:21 +0300
committerGitHub <noreply@github.com>2017-06-08 21:50:21 +0300
commitbed8fc190bf00dc6377ebd42955f46f3444f5883 (patch)
tree35bfc894a9ad793015f4df9705edcfa6d4a4bb5c /libs
parent3b08b8a738fd9ab6b32ac384e52b0ee482e9c994 (diff)
parentd03e302afec11c228cbcce0b02dbb362366496e5 (diff)
Merge pull request #4458 from fededim/master
Bugfix #1327
Diffstat (limited to 'libs')
-rw-r--r--libs/neon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/neon/Makefile b/libs/neon/Makefile
index 2cbcda42d..635705ce7 100644
--- a/libs/neon/Makefile
+++ b/libs/neon/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=neon
PKG_VERSION:=0.30.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.webdav.org/neon
@@ -44,7 +44,7 @@ endef
TARGET_CFLAGS += $(FPIC)
-TARGET_CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
+TARGET_CPPFLAGS += -D_GNU_SOURCE
CONFIGURE_ARGS += \
--enable-shared \