[ https://issues.apache.org/jira/browse/SVN-4864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17187184#comment-17187184 ]
Fabrice Fontaine commented on SVN-4864: --------------------------------------- I opened a PR here: https://github.com/apache/subversion/pull/21 > build/ac-macros/macosx.m4: workaround AC_RUN_IFELSE > --------------------------------------------------- > > Key: SVN-4864 > URL: https://issues.apache.org/jira/browse/SVN-4864 > Project: Subversion > Issue Type: Bug > Components: compile > Affects Versions: 1.14.0 > Environment: {{}}{{}} > Reporter: Fabrice Fontaine > Priority: Major > Attachments: 0002-workaround-ac-run-ifelse.patch > > > The SVN_LIB_MACHO_ITERATE macro contains an AC_RUN_IFELSE test that > doesn't work when cross-compiling. However, this macro is related to > testing Mac OS X APIs, so in the context of Buildroot, we don't care, > and the test program is not even going to build. So we simply > workaround this by turning the test into an AC_COMPILE_IFELSE. > Signed-off-by: Thomas Petazzoni <thomas.petazz...@bootlin.com> > This patch has been retrieved from: > https://git.buildroot.net/buildroot/tree/package/subversion/0002-workaround-ac-run-ifelse.patch -- This message was sent by Atlassian Jira (v8.3.4#803005)