mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] alsa-lib: add largefile support
@ 2017-10-17 10:37 Lucas Stach
  0 siblings, 0 replies; only message in thread
From: Lucas Stach @ 2017-10-17 10:37 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 .../0001-add-largefile-support.patch               | 23 ++++++++++++++++++++++
 patches/alsa-lib-1.1.4.1/autogen.sh                |  1 +
 patches/alsa-lib-1.1.4.1/series                    |  4 ++++
 rules/alsa-lib.make                                |  1 +
 4 files changed, 29 insertions(+)
 create mode 100644 patches/alsa-lib-1.1.4.1/0001-add-largefile-support.patch
 create mode 120000 patches/alsa-lib-1.1.4.1/autogen.sh
 create mode 100644 patches/alsa-lib-1.1.4.1/series

diff --git a/patches/alsa-lib-1.1.4.1/0001-add-largefile-support.patch b/patches/alsa-lib-1.1.4.1/0001-add-largefile-support.patch
new file mode 100644
index 000000000000..606eb3497902
--- /dev/null
+++ b/patches/alsa-lib-1.1.4.1/0001-add-largefile-support.patch
@@ -0,0 +1,23 @@
+From: Lucas Stach <l.stach@pengutronix.de>
+Date: Tue, 17 Oct 2017 12:29:22 +0200
+Subject: [PATCH] add largefile support
+
+Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
+---
+ configure.ac | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/configure.ac b/configure.ac
+index 26e5d125c884..ed36447f3b62 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -38,6 +38,9 @@ AM_PROG_LIBTOOL
+ 
+ CC_NOUNDEFINED
+ 
++dnl enable largefile
++AC_SYS_LARGEFILE
++
+ dnl Checks for header files.
+ AC_HEADER_STDC
+ AC_CONFIG_HEADERS(include/config.h)
diff --git a/patches/alsa-lib-1.1.4.1/autogen.sh b/patches/alsa-lib-1.1.4.1/autogen.sh
new file mode 120000
index 000000000000..9f8a4cb7ddcb
--- /dev/null
+++ b/patches/alsa-lib-1.1.4.1/autogen.sh
@@ -0,0 +1 @@
+../autogen.sh
\ No newline at end of file
diff --git a/patches/alsa-lib-1.1.4.1/series b/patches/alsa-lib-1.1.4.1/series
new file mode 100644
index 000000000000..f96f3345c2af
--- /dev/null
+++ b/patches/alsa-lib-1.1.4.1/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-add-largefile-support.patch
+# 28c8f5e33d509bdb14724d1cc3204a4d  - git-ptx-patches magic
diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
index adf1163918aa..8f33ced34584 100644
--- a/rules/alsa-lib.make
+++ b/rules/alsa-lib.make
@@ -51,6 +51,7 @@ ALSA_LIB_ENV 	:= $(CROSS_ENV)
 #
 ALSA_LIB_AUTOCONF := \
 	$(CROSS_AUTOCONF_USR) \
+	$(GLOBAL_LARGE_FILE_OPTION) \
 	--enable-shared \
 	--enable-fast-install \
 	--enable-libtool-lock \
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-17 10:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-17 10:37 [ptxdist] [PATCH] alsa-lib: add largefile support Lucas Stach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox