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:
parent
aa0823201c
commit
f706761ce5
@ -31,6 +31,8 @@ define Package/libapr
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
TARGET_CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-devrandom=/dev/urandom \
|
--with-devrandom=/dev/urandom \
|
||||||
--disable-dso \
|
--disable-dso \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user