diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-25 00:20:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-25 00:20:21 +0000 |
commit | 7fa5e584e17ab006dabc015b361f6b661fa413fc (patch) | |
tree | 65e6f0378225869a785507f61e73ff3ee224c14d /emulators/linux-locale/Makefile | |
parent | 3bdf5fe6b07cef91b548035259b18c45d404935d (diff) | |
download | pkgsrc-7fa5e584e17ab006dabc015b361f6b661fa413fc.tar.gz |
Add appropriate definitions of LDD so check-shlibs works correctly.
Diffstat (limited to 'emulators/linux-locale/Makefile')
-rw-r--r-- | emulators/linux-locale/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/linux-locale/Makefile b/emulators/linux-locale/Makefile index f181d08c2a1..e25b27938ba 100644 --- a/emulators/linux-locale/Makefile +++ b/emulators/linux-locale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/05/12 05:19:09 sakamoto Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/25 00:20:22 jlam Exp $ # DISTNAME= locales-2.1-1mdk @@ -41,6 +41,7 @@ EMULDIR= ${PREFIX}/${EMULSUBDIR} PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC EXCLUDELIST= ${WRKDIR}/EXCLUDE CPIOLIST= ${WRKDIR}/CPIOLIST +LDD?= ${EMULDIR}/usr/bin/ldd do-install: @${RM} -f ${CPIOLIST} |