From d144c871455d6daad6784172a1039f5ba1015777 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 7 Jun 2006 10:39:28 +0000 Subject: 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"). --- emulators/suse_linux/Makefile.application | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators') 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 -- cgit v1.2.3