From 2ab22b2df67f915c74efab68cf9e6e2424805dd2 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Thu, 18 Aug 2022 00:28:40 +0900 Subject: Fix issue for separate directory building The librefop has issue for separate directory building. Current recipe use autotools-brokensep to avoid that issue. This patch fix that issue. Signed-off-by: Naoto Yamaguchi Change-Id: I65c026dccf54a6cbfe86dc633890019e9c08f2bf --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 9427bf7..df601fb 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -16,7 +16,7 @@ librefop_la_CFLAGS = \ -D_GNU_SOURCE librefop_la_LDFLAGS = \ - -export-symbols libredundancyfileop.sym -version-info 0:0:0 + -export-symbols $(top_srcdir)/lib/libredundancyfileop.sym -version-info 0:0:0 # configure option if ENABLE_ADDRESS_SANITIZER -- cgit