mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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
|
||||
# larger than 2GB
|
||||
CFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', \
|
||||
' -D_FILE_OFFSET_BITS=64', '', d)}"
|
||||
CFLAGS:append = " -D_FILE_OFFSET_BITS=64"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[sctp] = "--enable-sctp,--disable-sctp,lksctp-tools,"
|
||||
|
||||
Reference in New Issue
Block a user