From 1e12990ba9a08589f9c0e770fdc22d539878a650 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 21 Oct 2020 22:17:11 +0200 Subject: rbutil: Rename libbzip2.a to libbz2.a. When cross compiling for Windows (at least mxe) links bz2, causing both our copy and the system one getting linked, resulting in symbol clashes. Make sure we use the same name as the system one, so the linker can pick one of both. Change-Id: I16213a20f48d4e192cd0b756931f9ccb449fd1c0 --- rbutil/bspatch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil/bspatch/Makefile') diff --git a/rbutil/bspatch/Makefile b/rbutil/bspatch/Makefile index 5fa2598bce..8f287a5ebb 100644 --- a/rbutil/bspatch/Makefile +++ b/rbutil/bspatch/Makefile @@ -12,6 +12,6 @@ LIBSOURCES := bspatch.c SOURCES := main.c OUTPUT := bspatch -EXTRADEPS := libbzip2.a +EXTRADEPS := libbz2.a include ../libtools.make -- cgit v1.2.3