blob: d29be3395e4fbf9d6cd882f71baca9ea85520915 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001LIB_LDCONFIG_CMD failed since it is using a host dir $(libdir)
2which is /usr/lib64 does not exist on host when compile 64bit
3image.
4
5In fact, configuring dynamic linker run-time bindings is meaningless
6at this step, If it is needed, Poky would write ldconfig scripts to
7rpm-postinst for each recipe while do_package, in package.bbclass.
8
9Upstream-Status: Inappropriate [cross compile specific]
10
11Signed-off-by: Roy.Li <rongqing.li@windriver.com>
12---
Brad Bishop316dfdd2018-06-25 12:45:53 -040013Index: net-snmp-5.7.3/Makefile.top
14===================================================================
15--- net-snmp-5.7.3.orig/Makefile.top
16+++ net-snmp-5.7.3/Makefile.top
17@@ -87,7 +87,7 @@ LIBREVISION = 3
Patrick Williamsb48b7b42016-08-17 15:04:38 -050018 LIB_LD_CMD = $(LIBTOOL) --mode=link $(LINKCC) $(CFLAGS) -rpath $(libdir) -version-info $(LIBCURRENT):$(LIBREVISION):$(LIBAGE) -o
19 LIB_EXTENSION = la
20 LIB_VERSION =
21-LIB_LDCONFIG_CMD = $(LIBTOOL) --mode=finish $(INSTALL_PREFIX)$(libdir)
22+LIB_LDCONFIG_CMD = echo "do not ldconfig\n"
23 LINK = $(LIBTOOL) --mode=link $(LINKCC)
24 # RANLIB = @RANLIB@
25 RANLIB = :