X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-mysql%2FMakefile;fp=db-mysql%2FMakefile;h=cf7c71d45acca342dbf693856d55e08d8d2a55a4;hp=de42b71c529f37c4c0eddf1e8b0082c6e4b8f4db;hb=9fe9142259cca16202f35f66cbb35419752dd54d;hpb=f6fc182782975f91274c2645fff593488ed4a9d3 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