mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
netperf: Always enable largefile support
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -28,8 +28,7 @@ CFLAGS:append = " -DDO_UNIX -DDO_IPV6 -D_GNU_SOURCE"
|
|||||||
|
|
||||||
# set the "_FILE_OFFSET_BITS" preprocessor symbol to 64 to support files
|
# set the "_FILE_OFFSET_BITS" preprocessor symbol to 64 to support files
|
||||||
# larger than 2GB
|
# larger than 2GB
|
||||||
CFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', \
|
CFLAGS:append = " -D_FILE_OFFSET_BITS=64"
|
||||||
' -D_FILE_OFFSET_BITS=64', '', d)}"
|
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
PACKAGECONFIG[sctp] = "--enable-sctp,--disable-sctp,lksctp-tools,"
|
PACKAGECONFIG[sctp] = "--enable-sctp,--disable-sctp,lksctp-tools,"
|
||||||
|
|||||||
Reference in New Issue
Block a user