projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fe2d6a
)
packages/neon: force use of LFS and 64-bit off_t here as well
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Nov 2011 23:45:59 +0000
(23:45 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Nov 2011 23:45:59 +0000
(23:45 +0000)
fixes subversion segfaults after r28760, r28763, r28764 & r28765
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28842
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/neon/Makefile
patch
|
blob
|
history
diff --git
a/libs/neon/Makefile
b/libs/neon/Makefile
index
50e4a49
..
10c390f
100644
(file)
--- 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 \