* [Buildroot] [PATCH 1/6] automake: bump to version 1.12.6
@ 2013-09-16 16:52 Gustavo Zacarias
2013-09-16 16:52 ` [Buildroot] [PATCH 2/6] libcdaudio: disable autoreconf Gustavo Zacarias
` (5 more replies)
0 siblings, 6 replies; 13+ messages in thread
From: Gustavo Zacarias @ 2013-09-16 16:52 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/automake/automake.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/automake/automake.mk b/package/automake/automake.mk
index ab4a1ac..94a84dd 100644
--- a/package/automake/automake.mk
+++ b/package/automake/automake.mk
@@ -4,7 +4,7 @@
#
################################################################################
-AUTOMAKE_VERSION = 1.11.6
+AUTOMAKE_VERSION = 1.12.6
AUTOMAKE_SOURCE = automake-$(AUTOMAKE_VERSION).tar.xz
AUTOMAKE_SITE = $(BR2_GNU_MIRROR)/automake
AUTOMAKE_LICENSE = GPLv2+
--
1.8.1.5
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [Buildroot] [PATCH 2/6] libcdaudio: disable autoreconf
2013-09-16 16:52 [Buildroot] [PATCH 1/6] automake: bump to version 1.12.6 Gustavo Zacarias
@ 2013-09-16 16:52 ` Gustavo Zacarias
2013-09-19 19:15 ` Peter Korsgaard
2013-09-16 16:52 ` [Buildroot] [PATCH 3/6] linux-pam: bump to version 1.1.7 Gustavo Zacarias
` (4 subsequent siblings)
5 siblings, 1 reply; 13+ messages in thread
From: Gustavo Zacarias @ 2013-09-16 16:52 UTC (permalink / raw)
To: buildroot
There's no stated purpose and it breaks with automake 1.12+
If it breaks in some scenario ping me, i've got a patch to fix the
autoreconf issue and re-enable it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/libcdaudio/libcdaudio.mk | 3 ---
1 file changed, 3 deletions(-)
diff --git a/package/libcdaudio/libcdaudio.mk b/package/libcdaudio/libcdaudio.mk
index 151bb8c..06f8926 100644
--- a/package/libcdaudio/libcdaudio.mk
+++ b/package/libcdaudio/libcdaudio.mk
@@ -5,10 +5,7 @@
################################################################################
LIBCDAUDIO_VERSION = 0.99.12p2
-LIBCDAUDIO_SOURCE = libcdaudio-$(LIBCDAUDIO_VERSION).tar.gz
LIBCDAUDIO_SITE = http://downloads.sourceforge.net/project/libcdaudio/libcdaudio/$(LIBCDAUDIO_VERSION)/
-LIBCDAUDIO_AUTORECONF = YES
-LIBCDAUDIO_LIBTOOL_PATCH = YES
LIBCDAUDIO_INSTALL_STAGING = YES
LIBCDAUDIO_CONFIG_SCRIPTS = libcdaudio-config
--
1.8.1.5
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [Buildroot] [PATCH 3/6] linux-pam: bump to version 1.1.7
2013-09-16 16:52 [Buildroot] [PATCH 1/6] automake: bump to version 1.12.6 Gustavo Zacarias
2013-09-16 16:52 ` [Buildroot] [PATCH 2/6] libcdaudio: disable autoreconf Gustavo Zacarias
@ 2013-09-16 16:52 ` Gustavo Zacarias
2013-09-19 19:24 ` Peter Korsgaard
2013-09-16 16:52 ` [Buildroot] [PATCH 4/6] mutt: fix automake breakage Gustavo Zacarias
` (3 subsequent siblings)
5 siblings, 1 reply; 13+ messages in thread
From: Gustavo Zacarias @ 2013-09-16 16:52 UTC (permalink / raw)
To: buildroot
And fix build breakage with newer automake versions (mkdir_p
deprecation).
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
...onfigure.patch => linux-pam-01-configure.patch} | 0
...am.patch => linux-pam-02-doc-makefile-am.patch} | 0
...ux-pam-group.patch => linux-pam-03-group.patch} | 0
package/linux-pam/linux-pam-04-mkdir.patch | 17 ++++++++++
...am-succeed.patch => linux-pam-05-succeed.patch} | 0
...inux-pam-time.patch => linux-pam-06-time.patch} | 0
...-pam-rhosts.patch => linux-pam-07-rhosts.patch} | 0
...pam_unix-fix-build-in-enable-selinux-mode.patch | 37 ----------------------
package/linux-pam/linux-pam.mk | 2 +-
9 files changed, 18 insertions(+), 38 deletions(-)
rename package/linux-pam/{linux-pam-configure.patch => linux-pam-01-configure.patch} (100%)
rename package/linux-pam/{linux-pam-doc-makefile-am.patch => linux-pam-02-doc-makefile-am.patch} (100%)
rename package/linux-pam/{linux-pam-group.patch => linux-pam-03-group.patch} (100%)
create mode 100644 package/linux-pam/linux-pam-04-mkdir.patch
rename package/linux-pam/{linux-pam-succeed.patch => linux-pam-05-succeed.patch} (100%)
rename package/linux-pam/{linux-pam-time.patch => linux-pam-06-time.patch} (100%)
rename package/linux-pam/{linux-pam-rhosts.patch => linux-pam-07-rhosts.patch} (100%)
delete mode 100644 package/linux-pam/linux-pam-pam_unix-fix-build-in-enable-selinux-mode.patch
diff --git a/package/linux-pam/linux-pam-configure.patch b/package/linux-pam/linux-pam-01-configure.patch
similarity index 100%
rename from package/linux-pam/linux-pam-configure.patch
rename to package/linux-pam/linux-pam-01-configure.patch
diff --git a/package/linux-pam/linux-pam-doc-makefile-am.patch b/package/linux-pam/linux-pam-02-doc-makefile-am.patch
similarity index 100%
rename from package/linux-pam/linux-pam-doc-makefile-am.patch
rename to package/linux-pam/linux-pam-02-doc-makefile-am.patch
diff --git a/package/linux-pam/linux-pam-group.patch b/package/linux-pam/linux-pam-03-group.patch
similarity index 100%
rename from package/linux-pam/linux-pam-group.patch
rename to package/linux-pam/linux-pam-03-group.patch
diff --git a/package/linux-pam/linux-pam-04-mkdir.patch b/package/linux-pam/linux-pam-04-mkdir.patch
new file mode 100644
index 0000000..00056da
--- /dev/null
+++ b/package/linux-pam/linux-pam-04-mkdir.patch
@@ -0,0 +1,17 @@
+$(mkdir_p) is obsolete for newer automake, use $(MKDIR_P) instead.
+Upstream should really gettextize with a newer version before packing up.
+
+Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
+
+diff -Nura Linux-PAM-1.1.7.orig/po/Makefile.in.in Linux-PAM-1.1.7/po/Makefile.in.in
+--- Linux-PAM-1.1.7.orig/po/Makefile.in.in 2013-09-11 20:45:16.610770002 -0300
++++ Linux-PAM-1.1.7/po/Makefile.in.in 2013-09-11 20:45:28.030145316 -0300
+@@ -31,7 +31,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+ mkinstalldirs = $(SHELL) @install_sh@ -d
+-mkdir_p = @mkdir_p@
++mkdir_p = @MKDIR_P@
+
+ GMSGFMT_ = @GMSGFMT@
+ GMSGFMT_no = @GMSGFMT@
diff --git a/package/linux-pam/linux-pam-succeed.patch b/package/linux-pam/linux-pam-05-succeed.patch
similarity index 100%
rename from package/linux-pam/linux-pam-succeed.patch
rename to package/linux-pam/linux-pam-05-succeed.patch
diff --git a/package/linux-pam/linux-pam-time.patch b/package/linux-pam/linux-pam-06-time.patch
similarity index 100%
rename from package/linux-pam/linux-pam-time.patch
rename to package/linux-pam/linux-pam-06-time.patch
diff --git a/package/linux-pam/linux-pam-rhosts.patch b/package/linux-pam/linux-pam-07-rhosts.patch
similarity index 100%
rename from package/linux-pam/linux-pam-rhosts.patch
rename to package/linux-pam/linux-pam-07-rhosts.patch
diff --git a/package/linux-pam/linux-pam-pam_unix-fix-build-in-enable-selinux-mode.patch b/package/linux-pam/linux-pam-pam_unix-fix-build-in-enable-selinux-mode.patch
deleted file mode 100644
index 550e02e..0000000
--- a/package/linux-pam/linux-pam-pam_unix-fix-build-in-enable-selinux-mode.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From: "Dmitry V. Levin" <ldv@altlinux.org>
-Date: Wed, 10 Oct 2012 18:13:07 +0000
-Subject: [PATCH] pam_unix: fix build in --enable-selinux mode
-
-glibc's <sys/wait.h> starting with commit
-http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=glibc-2.15-231-gd94a467
-does not include <sys/resource.h> for POSIX 2008 conformance reasons, so
-when pam is being built with SELinux support enabled, pam_unix_passwd.c
-uses getrlimit(2) and therefore should include <sys/resource.h> without
-relying on other headers.
-
-* modules/pam_unix/pam_unix_passwd.c: Include <sys/resource.h>.
-
-Reported-by: Guido Trentalancia <guido@trentalancia.com>
-Reported-by: "Jory A. Pratt" <anarchy@gentoo.org>
-Reported-by: Diego Elio Petten? <flameeyes@flameeyes.eu>
-Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-[This patch is in linux-pam 1.1.6]
----
- modules/pam_unix/pam_unix_passwd.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/modules/pam_unix/pam_unix_passwd.c b/modules/pam_unix/pam_unix_passwd.c
-index 9e1302d..94bc3ec 100644
---- a/modules/pam_unix/pam_unix_passwd.c
-+++ b/modules/pam_unix/pam_unix_passwd.c
-@@ -58,6 +58,7 @@
- #include <signal.h>
- #include <errno.h>
- #include <sys/wait.h>
-+#include <sys/resource.h>
-
- #include <security/_pam_macros.h>
-
---
-1.8.2.1
-
diff --git a/package/linux-pam/linux-pam.mk b/package/linux-pam/linux-pam.mk
index 4472cd4..6d57593 100644
--- a/package/linux-pam/linux-pam.mk
+++ b/package/linux-pam/linux-pam.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LINUX_PAM_VERSION = 1.1.6
+LINUX_PAM_VERSION = 1.1.7
LINUX_PAM_SOURCE = Linux-PAM-$(LINUX_PAM_VERSION).tar.bz2
LINUX_PAM_SITE = http://linux-pam.org/library/
LINUX_PAM_INSTALL_STAGING = YES
--
1.8.1.5
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [Buildroot] [PATCH 4/6] mutt: fix automake breakage
2013-09-16 16:52 [Buildroot] [PATCH 1/6] automake: bump to version 1.12.6 Gustavo Zacarias
2013-09-16 16:52 ` [Buildroot] [PATCH 2/6] libcdaudio: disable autoreconf Gustavo Zacarias
2013-09-16 16:52 ` [Buildroot] [PATCH 3/6] linux-pam: bump to version 1.1.7 Gustavo Zacarias
@ 2013-09-16 16:52 ` Gustavo Zacarias
2013-09-19 19:27 ` Peter Korsgaard
2013-09-16 16:52 ` [Buildroot] [PATCH 5/6] neardal: add fix for automake bump breakage Gustavo Zacarias
` (2 subsequent siblings)
5 siblings, 1 reply; 13+ messages in thread
From: Gustavo Zacarias @ 2013-09-16 16:52 UTC (permalink / raw)
To: buildroot
Fix breakage due to automake 1.12.6 bump.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
.../{mutt-1.5.21-nodoc.patch => mutt-01-nodoc.patch} | 0
package/mutt/mutt-02-automake.patch | 16 ++++++++++++++++
2 files changed, 16 insertions(+)
rename package/mutt/{mutt-1.5.21-nodoc.patch => mutt-01-nodoc.patch} (100%)
create mode 100644 package/mutt/mutt-02-automake.patch
diff --git a/package/mutt/mutt-1.5.21-nodoc.patch b/package/mutt/mutt-01-nodoc.patch
similarity index 100%
rename from package/mutt/mutt-1.5.21-nodoc.patch
rename to package/mutt/mutt-01-nodoc.patch
diff --git a/package/mutt/mutt-02-automake.patch b/package/mutt/mutt-02-automake.patch
new file mode 100644
index 0000000..19950a9
--- /dev/null
+++ b/package/mutt/mutt-02-automake.patch
@@ -0,0 +1,16 @@
+Fix for automake 1.12+
+http://dev.mutt.org/trac/ticket/3579
+
+Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
+
+diff -Nura mutt-1.5.21.orig/configure.ac mutt-1.5.21/configure.ac
+--- mutt-1.5.21.orig/configure.ac 2013-09-16 11:07:25.699781892 -0300
++++ mutt-1.5.21/configure.ac 2013-09-16 11:07:45.120419960 -0300
+@@ -27,7 +27,6 @@
+
+ AC_PROG_CC
+ AC_ISC_POSIX
+-AM_C_PROTOTYPES
+ if test "x$U" != "x"; then
+ AC_MSG_ERROR(Compiler not ANSI compliant)
+ fi
--
1.8.1.5
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [Buildroot] [PATCH 5/6] neardal: add fix for automake bump breakage
2013-09-16 16:52 [Buildroot] [PATCH 1/6] automake: bump to version 1.12.6 Gustavo Zacarias
` (2 preceding siblings ...)
2013-09-16 16:52 ` [Buildroot] [PATCH 4/6] mutt: fix automake breakage Gustavo Zacarias
@ 2013-09-16 16:52 ` Gustavo Zacarias
2013-09-19 19:28 ` Peter Korsgaard
2013-09-16 16:52 ` [Buildroot] [PATCH 6/6] luaposix: bump to version 31 Gustavo Zacarias
2013-09-19 19:48 ` [Buildroot] [PATCH 1/6] automake: bump to version 1.12.6 Peter Korsgaard
5 siblings, 1 reply; 13+ messages in thread
From: Gustavo Zacarias @ 2013-09-16 16:52 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/neardal/neardal-01-automake.patch | 35 +++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
create mode 100644 package/neardal/neardal-01-automake.patch
diff --git a/package/neardal/neardal-01-automake.patch b/package/neardal/neardal-01-automake.patch
new file mode 100644
index 0000000..e5d822e
--- /dev/null
+++ b/package/neardal/neardal-01-automake.patch
@@ -0,0 +1,35 @@
+From 08f26bdd093c7f289638ab506b0e842bd93f3d0d Mon Sep 17 00:00:00 2001
+From: Dmytro Bagrii <dimich@softerra.com>
+Date: Thu, 14 Mar 2013 15:44:40 +0100
+Subject: [PATCH 1/2] Fix 'AM_PROG_AR' autogen.sh error There is an error while
+ running autogen.sh in some distributions (e.g. Archlinux, automake 1.13.1).
+
+Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
+---
+ configure.ac | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 6a4a7c5..eb03a50 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -1,7 +1,6 @@
+ AC_INIT([neardal], 0.8.0, Neardal for Neard v0.8)
+ AM_INIT_AUTOMAKE([foreign -Wall -Werror])
+
+-AC_PROG_LIBTOOL
+ AC_CONFIG_HEADERS([config.h])
+
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+@@ -15,6 +14,8 @@ traces=no
+
+ AC_PROG_CC
+ AM_PROG_CC_C_O
++AM_PROG_AR
++AC_PROG_LIBTOOL
+
+ ## Compiler option
+ ## Debug ?
+--
+1.8.1.5
+
--
1.8.1.5
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [Buildroot] [PATCH 6/6] luaposix: bump to version 31
2013-09-16 16:52 [Buildroot] [PATCH 1/6] automake: bump to version 1.12.6 Gustavo Zacarias
` (3 preceding siblings ...)
2013-09-16 16:52 ` [Buildroot] [PATCH 5/6] neardal: add fix for automake bump breakage Gustavo Zacarias
@ 2013-09-16 16:52 ` Gustavo Zacarias
[not found] ` <CAB0FRsv_EGVoE9rvUXKLPjEMGFptAum6rJXc2in=KyhnG3mv8Q@mail.gmail.com>
2013-09-19 19:32 ` [Buildroot] " Peter Korsgaard
2013-09-19 19:48 ` [Buildroot] [PATCH 1/6] automake: bump to version 1.12.6 Peter Korsgaard
5 siblings, 2 replies; 13+ messages in thread
From: Gustavo Zacarias @ 2013-09-16 16:52 UTC (permalink / raw)
To: buildroot
Releases are no longer named 5.1.X, just the X portion remains now.
Fixes autoreconf issues with the automake bump, however since the patch
is no longer required that's not an issue now.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
| 16 ----------------
package/luaposix/luaposix.mk | 6 +++---
2 files changed, 3 insertions(+), 19 deletions(-)
delete mode 100644 package/luaposix/luaposix-remove-lua-header-check.patch
diff --git a/package/luaposix/luaposix-remove-lua-header-check.patch b/package/luaposix/luaposix-remove-lua-header-check.patch
deleted file mode 100644
index 7909b91..0000000
--- a/package/luaposix/luaposix-remove-lua-header-check.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Checking the Lua version inside the headers requires compiling a small
-C program. However, autoconf will raise an error when attempting to do so
-while cross-compiling. Hence, this specific test is removed.
-
-Signed-off-by: Assaf Inbal <shmuelzon@gmail.com>
---- a/configure.ac 2013-06-20 07:23:27.943091833 +0300
-+++ b/configure.ac 2013-06-20 07:23:30.644441710 +0300
-@@ -105,7 +105,7 @@
-
- dnl Lua 5.1 or 5.2
- AX_PROG_LUA(501, 503)
- AX_LUA_HEADERS
--AX_LUA_HEADERS_VERSION(501, 503)
-+#AX_LUA_HEADERS_VERSION(501, 503)
- AC_SUBST(LUA)
- AC_SUBST(LUA_INCLUDE)
diff --git a/package/luaposix/luaposix.mk b/package/luaposix/luaposix.mk
index 1d1ee6a..ff99127 100644
--- a/package/luaposix/luaposix.mk
+++ b/package/luaposix/luaposix.mk
@@ -4,12 +4,12 @@
#
################################################################################
-LUAPOSIX_VERSION = 5.1.20
-LUAPOSIX_SITE = https://github.com/downloads/luaposix/luaposix
+LUAPOSIX_VERSION = 31
+LUAPOSIX_SITE = https://github.com/luaposix/luaposix/archive
+LUAPOSIX_SOURCE = release-v$(LUAPOSIX_VERSION).tar.gz
LUAPOSIX_LICENSE = MIT
LUAPOSIX_LICENSE_FILES = COPYING
LUAPOSIX_DEPENDENCIES = lua host-lua
LUAPOSIX_CONF_OPT = --libdir="/usr/lib/lua" --datarootdir="/usr/share/lua"
-LUAPOSIX_AUTORECONF = YES
$(eval $(autotools-package))
--
1.8.1.5
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [Buildroot] Fwd: [PATCH 6/6] luaposix: bump to version 31
[not found] ` <CAB0FRsv_EGVoE9rvUXKLPjEMGFptAum6rJXc2in=KyhnG3mv8Q@mail.gmail.com>
@ 2013-09-18 14:06 ` François Perrad
0 siblings, 0 replies; 13+ messages in thread
From: François Perrad @ 2013-09-18 14:06 UTC (permalink / raw)
To: buildroot
the build is OK, but it fails at runtime
# lua -l posix
lua: /usr/share/lua/posix.lua:5: module 'bit' not found:
...
fixed with :
--- a/package/luaposix/Config.in
+++ b/package/luaposix/Config.in
@@ -1,5 +1,7 @@
config BR2_PACKAGE_LUAPOSIX
bool "luaposix"
+ select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA
+ # LuaBitOp is already included in LuaJIT
help
luaposix is a POSIX binding, including curses, for Lua 5.1
and 5.2; Like most libraries it simply binds to C APIs on
Fran?ois
2013/9/16 Gustavo Zacarias <gustavo@zacarias.com.ar>:
> Releases are no longer named 5.1.X, just the X portion remains now.
>
> Fixes autoreconf issues with the automake bump, however since the patch
> is no longer required that's not an issue now.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/luaposix/luaposix-remove-lua-header-check.patch | 16 ----------------
> package/luaposix/luaposix.mk | 6 +++---
> 2 files changed, 3 insertions(+), 19 deletions(-)
> delete mode 100644 package/luaposix/luaposix-remove-lua-header-check.patch
>
> diff --git a/package/luaposix/luaposix-remove-lua-header-check.patch b/package/luaposix/luaposix-remove-lua-header-check.patch
> deleted file mode 100644
> index 7909b91..0000000
> --- a/package/luaposix/luaposix-remove-lua-header-check.patch
> +++ /dev/null
> @@ -1,16 +0,0 @@
> -Checking the Lua version inside the headers requires compiling a small
> -C program. However, autoconf will raise an error when attempting to do so
> -while cross-compiling. Hence, this specific test is removed.
> -
> -Signed-off-by: Assaf Inbal <shmuelzon@gmail.com>
> ---- a/configure.ac 2013-06-20 07:23:27.943091833 +0300
> -+++ b/configure.ac 2013-06-20 07:23:30.644441710 +0300
> -@@ -105,7 +105,7 @@
> -
> - dnl Lua 5.1 or 5.2
> - AX_PROG_LUA(501, 503)
> - AX_LUA_HEADERS
> --AX_LUA_HEADERS_VERSION(501, 503)
> -+#AX_LUA_HEADERS_VERSION(501, 503)
> - AC_SUBST(LUA)
> - AC_SUBST(LUA_INCLUDE)
> diff --git a/package/luaposix/luaposix.mk b/package/luaposix/luaposix.mk
> index 1d1ee6a..ff99127 100644
> --- a/package/luaposix/luaposix.mk
> +++ b/package/luaposix/luaposix.mk
> @@ -4,12 +4,12 @@
> #
> ################################################################################
>
> -LUAPOSIX_VERSION = 5.1.20
> -LUAPOSIX_SITE = https://github.com/downloads/luaposix/luaposix
> +LUAPOSIX_VERSION = 31
> +LUAPOSIX_SITE = https://github.com/luaposix/luaposix/archive
> +LUAPOSIX_SOURCE = release-v$(LUAPOSIX_VERSION).tar.gz
> LUAPOSIX_LICENSE = MIT
> LUAPOSIX_LICENSE_FILES = COPYING
> LUAPOSIX_DEPENDENCIES = lua host-lua
> LUAPOSIX_CONF_OPT = --libdir="/usr/lib/lua" --datarootdir="/usr/share/lua"
> -LUAPOSIX_AUTORECONF = YES
>
> $(eval $(autotools-package))
> --
> 1.8.1.5
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] [PATCH 2/6] libcdaudio: disable autoreconf
2013-09-16 16:52 ` [Buildroot] [PATCH 2/6] libcdaudio: disable autoreconf Gustavo Zacarias
@ 2013-09-19 19:15 ` Peter Korsgaard
0 siblings, 0 replies; 13+ messages in thread
From: Peter Korsgaard @ 2013-09-19 19:15 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> There's no stated purpose and it breaks with automake 1.12+
Gustavo> If it breaks in some scenario ping me, i've got a patch to fix the
Gustavo> autoreconf issue and re-enable it.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] [PATCH 3/6] linux-pam: bump to version 1.1.7
2013-09-16 16:52 ` [Buildroot] [PATCH 3/6] linux-pam: bump to version 1.1.7 Gustavo Zacarias
@ 2013-09-19 19:24 ` Peter Korsgaard
0 siblings, 0 replies; 13+ messages in thread
From: Peter Korsgaard @ 2013-09-19 19:24 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> And fix build breakage with newer automake versions (mkdir_p
Gustavo> deprecation).
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] [PATCH 4/6] mutt: fix automake breakage
2013-09-16 16:52 ` [Buildroot] [PATCH 4/6] mutt: fix automake breakage Gustavo Zacarias
@ 2013-09-19 19:27 ` Peter Korsgaard
0 siblings, 0 replies; 13+ messages in thread
From: Peter Korsgaard @ 2013-09-19 19:27 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Fix breakage due to automake 1.12.6 bump.
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] [PATCH 5/6] neardal: add fix for automake bump breakage
2013-09-16 16:52 ` [Buildroot] [PATCH 5/6] neardal: add fix for automake bump breakage Gustavo Zacarias
@ 2013-09-19 19:28 ` Peter Korsgaard
0 siblings, 0 replies; 13+ messages in thread
From: Peter Korsgaard @ 2013-09-19 19:28 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] [PATCH 6/6] luaposix: bump to version 31
2013-09-16 16:52 ` [Buildroot] [PATCH 6/6] luaposix: bump to version 31 Gustavo Zacarias
[not found] ` <CAB0FRsv_EGVoE9rvUXKLPjEMGFptAum6rJXc2in=KyhnG3mv8Q@mail.gmail.com>
@ 2013-09-19 19:32 ` Peter Korsgaard
1 sibling, 0 replies; 13+ messages in thread
From: Peter Korsgaard @ 2013-09-19 19:32 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Releases are no longer named 5.1.X, just the X portion remains
Gustavo> now. Fixes autoreconf issues with the automake bump, however
Gustavo> since the patch is no longer required that's not an issue now.
It apparently now needs IPv6:
CC ext/posix/ext_posix_posix_c_la-posix.lo
ext/posix/posix.c: In function 'Psetsockopt':
ext/posix/posix.c:3642:10: error: 'IPV6_JOIN_GROUP' undeclared (first use in this function)
Committed with that dependency added, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] [PATCH 1/6] automake: bump to version 1.12.6
2013-09-16 16:52 [Buildroot] [PATCH 1/6] automake: bump to version 1.12.6 Gustavo Zacarias
` (4 preceding siblings ...)
2013-09-16 16:52 ` [Buildroot] [PATCH 6/6] luaposix: bump to version 31 Gustavo Zacarias
@ 2013-09-19 19:48 ` Peter Korsgaard
5 siblings, 0 replies; 13+ messages in thread
From: Peter Korsgaard @ 2013-09-19 19:48 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2013-09-19 19:48 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-16 16:52 [Buildroot] [PATCH 1/6] automake: bump to version 1.12.6 Gustavo Zacarias
2013-09-16 16:52 ` [Buildroot] [PATCH 2/6] libcdaudio: disable autoreconf Gustavo Zacarias
2013-09-19 19:15 ` Peter Korsgaard
2013-09-16 16:52 ` [Buildroot] [PATCH 3/6] linux-pam: bump to version 1.1.7 Gustavo Zacarias
2013-09-19 19:24 ` Peter Korsgaard
2013-09-16 16:52 ` [Buildroot] [PATCH 4/6] mutt: fix automake breakage Gustavo Zacarias
2013-09-19 19:27 ` Peter Korsgaard
2013-09-16 16:52 ` [Buildroot] [PATCH 5/6] neardal: add fix for automake bump breakage Gustavo Zacarias
2013-09-19 19:28 ` Peter Korsgaard
2013-09-16 16:52 ` [Buildroot] [PATCH 6/6] luaposix: bump to version 31 Gustavo Zacarias
[not found] ` <CAB0FRsv_EGVoE9rvUXKLPjEMGFptAum6rJXc2in=KyhnG3mv8Q@mail.gmail.com>
2013-09-18 14:06 ` [Buildroot] Fwd: " François Perrad
2013-09-19 19:32 ` [Buildroot] " Peter Korsgaard
2013-09-19 19:48 ` [Buildroot] [PATCH 1/6] automake: bump to version 1.12.6 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox