From 7261729cc2d7e74a4c263a120199bcac57fa1f1e Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Thu, 11 Mar 2021 17:25:41 +0000 Subject: Follow up to r1887060: fix compilation on BEOS. poffset is undefined there, by inspection (no BEOS at hand..). git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1887500 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2d586f4c8..c734f2e53 100644 --- a/configure.in +++ b/configure.in @@ -327,6 +327,9 @@ case $host in ;; esac +dnl Libtool has been broken for decades, incorrectly passing 'cru' to 'ar' +AR_FLAGS=${AR_FLAGS:-cr} + AC_SUBST(lt_compile) AC_SUBST(link) AC_SUBST(so_ext) -- cgit v1.2.1