diff options
author | tron <tron@pkgsrc.org> | 2006-06-07 10:39:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-06-07 10:39:28 +0000 |
commit | e3985df366072bed4920984703e0276d508fc199 (patch) | |
tree | 862498ebb28f820f0eb892704b8276d7b3e27aa9 /emulators | |
parent | 6e1ed39e5d655cbe6a2259860f9ae1f243ee7a5b (diff) | |
download | pkgsrc-e3985df366072bed4920984703e0276d508fc199.tar.gz |
Use the proper "ldd" binary for checking Linux applications. That should
it make easier to detect missing dependences in packages containing
prebuild Linux applications (e.g. "firefox-bin").
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_linux/Makefile.application | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse_linux/Makefile.application b/emulators/suse_linux/Makefile.application index 7eae8b8cab0..45aad450030 100644 --- a/emulators/suse_linux/Makefile.application +++ b/emulators/suse_linux/Makefile.application @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.application,v 1.19 2006/05/22 22:22:03 jlam Exp $ +# $NetBSD: Makefile.application,v 1.20 2006/06/07 10:39:28 tron Exp $ .include "../../mk/bsd.prefs.mk" @@ -17,6 +17,7 @@ . include "../../emulators/${SUSE_DIR_PREFIX}_linux/Makefile.common" . endif +LDD!= ${PKG_INFO} -L suse_base | ${GREP} '/ldd$$' .elif ${OPSYS} == "Linux" # No Linux emulation is needed USE_NATIVE_LINUX= # empty |