summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstk <stk@ableton.com>2018-03-21 15:53:12 +0100
committerdir <dir@ableton.com>2018-08-13 17:53:25 +0200
commit009e895adb57d1738b10c5dea3d6af88c5142abc (patch)
tree69cb6ecb66dc410da9539e9d73414e061969af4a
parent56d412cecdfb4c0be541db9ef4153f7616608d28 (diff)
Remove glib dependency to libelf
It looks like libelf is not used at all by glib, the way it's configured, so remove it. The problem was that libelf would create a libelf.so.0 file that was then mistankenly used by perf (instead of the libelf.so.1 file coming from the elfutils package that it is really supposed to use). This is just the minimal fix that works for us, because we are not using any other packages that depend on libelf; to really fix the problem properly, one would have to do what's mentioned in 2c333655f1 (get rid of libelf by porting existing users to elfutils).
-rw-r--r--package/glib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index 6cf4b874e..a90f8f08d 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -11,7 +11,7 @@ PKG_HASH:= 40ef3f44f2c651c7a31aedee44259809b6f03d3d20be44545cd7d177221c0b8d
PKG_DESCR:= low-level core library that forms the basis of gtk+
PKG_SECTION:= libs/misc
PKG_DEPENDS:= libpcre zlib
-PKG_BUILDDEP:= glib-host libffi zlib libelf dbus pcre
+PKG_BUILDDEP:= glib-host libffi zlib dbus pcre
HOST_BUILDDEP:= pkgconf-host libiconv-host libffi-host python2-host gettext-host util-linux-host
PKG_NEEDS:= threads intl iconv
PKG_URL:= http://www.gtk.org/