From 48b35ddcbfdb49bd8f73f8e7e1c009529abfff6b Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 10 Dec 2015 12:10:58 -0700 Subject: [PATCH] Improve building on non-amd64 platforms --- db-mysql/Makefile | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/db-mysql/Makefile b/db-mysql/Makefile index de42b71..cf7c71d 100644 --- a/db-mysql/Makefile +++ b/db-mysql/Makefile @@ -71,7 +71,7 @@ else -gcc $(LDFLAGS) -fPIC -shared -Wl,-soname=$(base) -lc $(object) $(LDFLAGS32) -o $(shared_lib) else gcc $(CFLAGS) -fPIC -c $(source) -o $(object) - gcc -m32 $(LDFLAGS) -fPIC -shared -Wl,-soname=$(base) -lc $(object) $(LDFLAGS) -o $(shared_lib) + gcc -fPIC -shared -Wl,-soname=$(base) $(object) $(LDFLAGS) -o $(shared_lib) endif endif endif diff --git a/debian/changelog b/debian/changelog index 4d133fb..45f7d0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cl-sql (6.6.3-2) unstable; urgency=medium + + * Improve building/linking on non-AMD64 architectures, thanks to + Edmund Grimley Evans and Dejan Latinovic (closes:798017) + + -- Kevin M. Rosenberg Thu, 10 Dec 2015 12:10:32 -0700 + cl-sql (6.6.3-1) unstable; urgency=medium * New upstream -- 2.34.1