提交 41d3c1ce 编写于 作者: K Kevin Pyle

Build: remove redundant -rpath

LDSHFLAGS specifies -rpath, but is only used when LDFLAGS are specified,
and LDFLAGS also set the same -rpath.  Remove the redundant definition
in LDSHFLAGS.
上级 26e43774
......@@ -12,7 +12,7 @@ AR ?= ar
ARFLAGS = rcv
SHLD = ${CC} ${CFLAGS}
LDSHFLAGS = -shared -Wl,-Bsymbolic -Wl,-rpath -Wl,/usr/lib -Wl,-rpath,/usr/lib
LDSHFLAGS = -shared -Wl,-Bsymbolic
LDFLAGS += -Wl,-rpath -Wl,/usr/lib -Wl,-rpath,/usr/lib
# Set RANLIB to ranlib on systems that require it (Sun OS < 4, Mac OSX)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册