packages/apr: force use of LFS and 64-bit off_t

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28763 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-11-05 13:51:52 +00:00
parent aa0823201c
commit f706761ce5

View File

@ -31,6 +31,8 @@ define Package/libapr
endef
TARGET_CFLAGS += $(FPIC)
TARGET_CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
CONFIGURE_ARGS += \
--with-devrandom=/dev/urandom \
--disable-dso \