diff options
author | William Hubbs <williamh@gentoo.org> | 2011-04-01 17:32:12 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-04-01 17:32:12 -0500 |
commit | 67640d2d97623cb3ddc6753a719eadd790c4fec9 (patch) | |
tree | 9f2c6c95809b6d04c3b321fb5ab654bb4c469b23 | |
parent | 8a45d5e24e1c5ee40486d0baaf946edd92913ae4 (diff) |
remove hard coded directory paths from link flags
Currently, we do not see a reason for these, and it causes an issue for
cross compilation.
X-Gentoo-Bug: 361465
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=361465
-rw-r--r-- | mk/lib.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -31,8 +31,6 @@ lib${LIB}.a: ${OBJS} ${STATICOBJS} ${SHLIB_NAME}: ${VERSION_MAP} LDFLAGS+= -Wl,--version-script=${VERSION_MAP} -# We need to ensure we use libraries in /lib -LDFLAGS+= -L/${LIBNAME} -Wl,-rpath=/${LIBNAME} ${SHLIB_NAME}: ${SOBJS} @${ECHO} building shared library $@ |