diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-04 00:01:44 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 01:37:15 +0200 |
| commit | 5a578f7b79ee3cd41f67a6b4ae514bb250bb7055 (patch) | |
| tree | 6f1700f36dde7296f550cfd6de1b0295a916a3b2 | |
| parent | e5968727f3c0ea78f4f0525847ad11cf68f5d01c (diff) | |
| download | buildroot-5a578f7b79ee3cd41f67a6b4ae514bb250bb7055.tar.gz buildroot-5a578f7b79ee3cd41f67a6b4ae514bb250bb7055.zip | |
oprofile: remove libintl static linking handling
We no longer support building the full-blown libintl in static linking
scenarios, as it causes too many problems. Therefore, remove the
special code that was handling this.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/oprofile/oprofile.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk index d86b8c514f..4e0278eb2a 100644 --- a/package/oprofile/oprofile.mk +++ b/package/oprofile/oprofile.mk @@ -41,12 +41,6 @@ ifeq ($(BR2_PACKAGE_LIBPFM4),y) OPROFILE_DEPENDENCIES += libpfm4 endif -# When gettext is enabled, popt links with -lintl, specifies it in its -# popt.pc and has done so for the past 6+ years. But oprofile does not -# use pkconfig to find popt, so misses -lintl, which is important for -# a static build. We have to do the call to pkgconfig manually... -OPROFILE_CONF_ENV += LIBS="`$(PKG_CONFIG_HOST_BINARY) --libs popt`" - ifeq ($(BR2_STATIC_LIBS),) define OPROFILE_INSTALL_SHARED_LIBRARY $(INSTALL) -m 755 $(@D)/libopagent/.libs/*.so* $(TARGET_DIR)/usr/lib/oprofile |

