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=48b35ddcbfdb49bd8f73f8e7e1c009529abfff6b;hpb=8b84dd8066b5792cdc5b9570a60fb72c278da677 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