1 --- a/src/libdecodeqr/Makefile.in 2008-04-04 13:05:25.000000000 +0900
2 +++ a/src/libdecodeqr/Makefile.in 2008-04-04 13:06:33.000000000 +0900
7 -LDFLAGS=@LDFLAGS@ -shared -soname $(SONAME)
8 +LDFLAGS=@LDFLAGS@ -shared -Wl,-soname,$(SONAME)
13 LDCONFIG=/sbin/ldconfig
15 $(AR) $(ARFLAGS) $@ $(objs)
17 $(LIBNAME_SO): $(objs)
18 - $(LD) -o $@ $(objs) $(LDFLAGS) $(LIBS)
19 + $(CXX) -o $@ $(objs) $(LDFLAGS) $(LIBS)
22 $(INSTALL) -m 0755 $(LIBNAME_A) $(LIBNAME_SO) $(libdir)