Skip to content

Instantly share code, notes, and snippets.

@MilhouseVH
Created October 15, 2017 01:00
Show Gist options
  • Save MilhouseVH/26306bf279660d82664724927e263657 to your computer and use it in GitHub Desktop.
Save MilhouseVH/26306bf279660d82664724927e263657 to your computer and use it in GitHub Desktop.
From 2ff7bb555896b6bc8d997d440141216dcac3392c Mon Sep 17 00:00:00 2001
From: MilhouseVH <milhouseVH.github@nmacleod.com>
Date: Sat, 14 Oct 2017 23:34:35 +0100
Subject: [PATCH] libtool: enable autoreconf, build intltool before libtool
---
packages/devel/libtool/package.mk | 2 +-
packages/virtual/autotools/package.mk | 2 +-
packages/virtual/toolchain/package.mk | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/packages/devel/libtool/package.mk b/packages/devel/libtool/package.mk
index 0168ae4..7d61bbf 100644
--- a/packages/devel/libtool/package.mk
+++ b/packages/devel/libtool/package.mk
@@ -30,7 +30,7 @@ PKG_SHORTDESC="libtool: Generic library support script"
PKG_LONGDESC="This is GNU Libtool, a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface."
PKG_IS_ADDON="no"
-PKG_AUTORECONF="no"
+PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared"
diff --git a/packages/virtual/autotools/package.mk b/packages/virtual/autotools/package.mk
index 77b9e8f..3578fc4 100644
--- a/packages/virtual/autotools/package.mk
+++ b/packages/virtual/autotools/package.mk
@@ -22,7 +22,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""
-PKG_DEPENDS_HOST="ccache:host autoconf:host automake:host libtool:host intltool:host autoconf-archive:host"
+PKG_DEPENDS_HOST="ccache:host autoconf:host automake:host intltool:host libtool:host autoconf-archive:host"
PKG_SECTION="virtual"
PKG_SHORTDESC="autotools: Metapackage"
PKG_LONGDESC=""
diff --git a/packages/virtual/toolchain/package.mk b/packages/virtual/toolchain/package.mk
index 4bb3981..5a83ca1 100644
--- a/packages/virtual/toolchain/package.mk
+++ b/packages/virtual/toolchain/package.mk
@@ -22,7 +22,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv"
PKG_URL=""
-PKG_DEPENDS_TARGET="configtools:host make:host xz:host sed:host pkg-config:host autoconf:host automake:host libtool:host intltool:host autoconf-archive:host gcc:host bison:host flex:host cmake:host xmlstarlet:host yasm:host p7zip:host ninja:host"
+PKG_DEPENDS_TARGET="configtools:host make:host xz:host sed:host pkg-config:host autoconf:host automake:host intltool:host libtool:host autoconf-archive:host gcc:host bison:host flex:host cmake:host xmlstarlet:host yasm:host p7zip:host ninja:host"
PKG_SECTION="virtual"
PKG_SHORTDESC="toolchain: LibreELEC.tv' toolchain"
PKG_LONGDESC="a crosscompiling toolchain to compile all packages"
--
2.7.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment