[Bug 270072] security/libressl does not build on 13.2-STABLE, does build on 12.4-STABLE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Mar 2023 18:59:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270072 Bug ID: 270072 Summary: security/libressl does not build on 13.2-STABLE, does build on 12.4-STABLE Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: brnrd@freebsd.org Reporter: dave@jetcafe.org Flags: maintainer-feedback?(brnrd@freebsd.org) Assignee: brnrd@freebsd.org FreeBSD 13.2-STABLE #0 stable/13-dc1ba2a43 and libressl does not build due to what looks like a simple idea: [00:00:11] --- d1_pkt.lo --- [00:00:11] d1_pkt.c:138:8: error: use of undeclared identifier 'BYTE_ORDER' [00:00:11] if (BYTE_ORDER == LITTLE_ENDIAN) [00:00:11] ^ [00:00:11] d1_pkt.c:138:22: error: use of undeclared identifier 'LITTLE_ENDIAN' [00:00:11] if (BYTE_ORDER == LITTLE_ENDIAN) [00:00:11] ^ [00:00:11] 2 errors generated. [00:00:11] *** [d1_pkt.lo] Error code 1 The exact same port builds fine under 12.4-STABLE. -- You are receiving this mail because: You are the assignee for the bug.