From ca455c8620c6e0339d036a2f6e83785c0170a4fb Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 29 Jul 2011 07:36:48 +0000 Subject: [PATCH] Fix linking to libapr. Bug #7850 It appears that the macros uses APR_LIBS and not APR_LDFLAGS. This solves the issue on Alpine Linux (and probably other platforms too): /usr/bin/Thunar: symbol 'apr_uuid_parse': can't resolve symbol --- thunar-vcs-plugin/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/thunar-vcs-plugin/Makefile.am b/thunar-vcs-plugin/Makefile.am index 53949b2..a0507e1 100644 --- a/thunar-vcs-plugin/Makefile.am +++ b/thunar-vcs-plugin/Makefile.am @@ -78,7 +78,7 @@ thunar_vcs_plugin_la_LDFLAGS = \ $(LIBXFCE4UTIL_LDFLAGS) if HAVE_SUBVERSION thunar_vcs_plugin_la_LDFLAGS += \ - $(APR_LDFLAGS) + $(APR_LIBS) endif # vi:set ts=8 sw=8 noet ai nocindent: -- 1.7.6