From: Kevin M. Rosenberg Date: Thu, 10 Dec 2015 19:10:58 +0000 (-0700) Subject: Improve building on non-amd64 platforms X-Git-Tag: debian-6.6.3-2~1 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=48b35ddcbfdb49bd8f73f8e7e1c009529abfff6b Improve building on non-amd64 platforms --- 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