提交 fd8ca4b7 编写于 作者: K Kevin Pyle

Build: move $LDFLAGS before $OBJS

Move $LDFLAGS to appear earlier, in case the user specifies a
position-sensitive flag.
上级 9af7ca10
......@@ -52,7 +52,7 @@ libiniparser.a: $(OBJS)
$(QUIET_RANLIB)$(RANLIB) $@
libiniparser.so: $(OBJS)
$(QUIET_LINK)$(SHLD) $(LDSHFLAGS) -o $@.0 $(OBJS) $(LDFLAGS) \
$(QUIET_LINK)$(SHLD) $(LDSHFLAGS) $(LDFLAGS) -o $@.0 $(OBJS) \
-Wl,-soname=`basename $@`.0
clean:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册