diff --git a/packages/toolchain/devel/autotools/libtool-host/build b/packages/toolchain/devel/autotools/libtool-host/build index 357f69099e..f8778f6175 100755 --- a/packages/toolchain/devel/autotools/libtool-host/build +++ b/packages/toolchain/devel/autotools/libtool-host/build @@ -8,8 +8,7 @@ setup_toolchain host cd $BUILD/libtool* -mkdir -p .objdir-host -cd .objdir-host +mkdir -p .objdir-host && cd .objdir-host ../configure --host=$HOST_NAME \ --build=$HOST_NAME \ diff --git a/packages/toolchain/devel/autotools/libtool-host/meta b/packages/toolchain/devel/autotools/libtool-host/meta new file mode 100644 index 0000000000..ad8e1e48e2 --- /dev/null +++ b/packages/toolchain/devel/autotools/libtool-host/meta @@ -0,0 +1,14 @@ +PKG_NAME="libtool-host" +PKG_VERSION="" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://www.gnu.org/software/libtool/libtool.html" +PKG_URL="" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="ccache" +PKG_PRIORITY="optional" +PKG_SECTION="toolchain/devel" +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" \ No newline at end of file