rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #02362
2.3.x Support for GCC < 2.9
-
To:
Rohc <rohc@xxxxxxxxxxxxxxxxxxx>
-
From:
Yakir Matusovsky <yakir.matusovsky@xxxxxxxxxxx>
-
Date:
Tue, 28 Jan 2020 21:44:50 +0000
-
Accept-language:
en-NZ, en-US
-
Arc-authentication-results:
i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mimomax.com; dmarc=pass action=none header.from=mimomax.com; dkim=pass header.d=mimomax.com; arc=none
-
Arc-message-signature:
i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=yWcKCCsLOJFHqkRUw0qsOFUSO0uJ7B0wrYO2eBO4CA4=; b=SAe6J2mFp4aRFtw8Ym43v0IwO7RXDT66vtFYCNR1r1qL6quFFkZTPwT0IWdbPCA11tbUFdYp6mToqr7v04a9Jx3eKciEa0FYQmeFgOPYj5LFmvkaIlh7/TViEQ4rRz2UZ3x6ErD9UiiJAd+imtTCFKSpXdLnlP0uCQ9ykbeDN3YJ6h/z6YPu9AKrGcVGmoxXgZ0TthMRZtepPzEv6Cawv4AVtRczqxbotypkqWUIhj5+FbOBxbnquhVEk2d3ZwQJeUr+jeh8x7NsPRgNizD3lMCKvm2WmgrCGuGrMONWHeWLiIwQUrRtvj9vh2v82Tqrk2vW9Iea1uzvfZGFGpbZ8g==
-
Arc-seal:
i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=NFzx6b/eBq/O7hRdqKw8MMefmGik9nIVTKxaaFgfsHhCnuoStFON0fIpIPcqkFIseTgP5VvSLRLau3IcBq06I6vRE457bx6SSucHTqPn3J1AkIhg/dw16iqVHrlmiA6jb/svOQbtcGbaya1f2VzavOP56n5TIz0raUQdMTlqrzd1ro//LUMBsP+rZpIBjGc1/vHtDUULp1pkL/50hNs7KawSPdctzhNMZJbW862cGDejmut1rD7xo+6I6uKj+1f8+Fq396hEbjrZtNyM9JUMUpLd6P7tu4APYYRBXQxX3YpUXcBasghCnbNx2POuEzcSYji7kJ5dq1D/KiwNxPdpug==
-
Authentication-results:
spf=none (sender IP is ) smtp.mailfrom=yakir.matusovsky@xxxxxxxxxxx;
-
Thread-index:
AQHV1iQqKSS6Wj/FU0KhidzkP6cDvA==
-
Thread-topic:
2.3.x Support for GCC < 2.9
Hey,
Trying to build rohc-2.3.x for older system but get the following error,
…linux/kmod/../../src/common/csiphash.c: In function 'siphash24':
…linux/kmod/../../src/common/csiphash.c:80:2: error: implicit declaration of function 'le64toh'
make[6]: *** […linux/kmod/../../src/common/csiphash.o] Error 1
Wonder if a patch can be generated to make those defines back-supportive to older GCC versions?
Regards,
Yakir