diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-14 05:12:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-14 05:12:10 +0000 |
commit | e1fc034a8cf4df9e5e08d11a6e53ecfc8c37b31c (patch) | |
tree | 66b4e594f331521e3b817deddd102023de498481 /x11/kdelibs2 | |
parent | 13efd165eaa10fa54300389cc7424a222c977b5d (diff) | |
download | pkgsrc-e1fc034a8cf4df9e5e08d11a6e53ecfc8c37b31c.tar.gz |
Add -Wl,-R${LOCALBASE}/lib to the LDFLAGS passed into the build, used when
linking libraries and apps.
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r-- | x11/kdelibs2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 5d542d85aec..e3c79ae14dc 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/07/09 16:48:39 skrll Exp $ +# $NetBSD: Makefile,v 1.12 2001/07/14 05:12:10 jlam Exp $ # DISTNAME= kdelibs-2.1 @@ -21,8 +21,9 @@ LTCONFIG_OVERRIDE+= ${WRKSRC}/ksgmltools/ltconfig .endif CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_DIR}" -CONFIGURE_ENV+= USER_LDFLAGS="-L${BUILDLINK_DIR}/lib" +CONFIGURE_ENV+= USER_LDFLAGS="${USER_LDFLAGS}" LIBS+= -Wl,--export-dynamic +USER_LDFLAGS= -L${BUILDLINK_DIR}/lib -Wl,-R${LOCALBASE}/lib MKDIRS= share/kde/icons/locolor/32x32/actions/kde \ share/kde/icons/locolor/22x22/mimetypes \ |