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