summaryrefslogtreecommitdiffstats
path: root/patches/DirectFB-1.3.0/old-patches-for-reference/add-acsubst-ld.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/DirectFB-1.3.0/old-patches-for-reference/add-acsubst-ld.diff')
-rw-r--r--patches/DirectFB-1.3.0/old-patches-for-reference/add-acsubst-ld.diff24
1 files changed, 24 insertions, 0 deletions
diff --git a/patches/DirectFB-1.3.0/old-patches-for-reference/add-acsubst-ld.diff b/patches/DirectFB-1.3.0/old-patches-for-reference/add-acsubst-ld.diff
new file mode 100644
index 000000000..2b7ff265c
--- /dev/null
+++ b/patches/DirectFB-1.3.0/old-patches-for-reference/add-acsubst-ld.diff
@@ -0,0 +1,24 @@
+Subject: add AC_SUBST(LD) to configure.in
+From: Marc Kleine-Budde <mkl@pengutronix.de>
+
+$(LD) is used in Makefile.am, but when using libtool $(LD) sems not to
+substituted automatically. This patch adds the missing AC_SUBST().
+
+Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
+
+---
+ configure.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+Index: DirectFB-1.0.1/configure.in
+===================================================================
+--- DirectFB-1.0.1.orig/configure.in
++++ DirectFB-1.0.1/configure.in
+@@ -82,6 +82,7 @@ AC_PROG_CC
+ ifdef([AM_PROG_AS],[AM_PROG_AS],[])
+ AM_PROG_LIBTOOL
+ AM_SANITY_CHECK
++AC_SUBST(LD)
+ AC_ISC_POSIX
+ AC_PROG_INSTALL
+ AC_PROG_MAKE_SET