summaryrefslogtreecommitdiff
path: root/packages/ltrace/0.5.3/0010-ar-configurable.patch
blob: 99edbce0f3baf2d4440cbe086ac5e49caa56f792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
 Makefile.in |    1 +
 configure   |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

--- a/Makefile.in
+++ b/Makefile.in
@@ -15,6 +15,7 @@
 mandir		= @mandir@
 docdir		= $(prefix)/share/doc/ltrace
 
+AR		=	@AR@
 CC		=	@CC@
 CFLAGS		=	-Wall @CFLAGS@
 CPPFLAGS	=	-iquote $(TOPDIR) -iquote $(TOPDIR)/sysdeps/$(OS) -DSYSCONFDIR=\"$(sysconfdir)\" @CPPFLAGS@
--- a/configure
+++ b/configure
@@ -113,7 +113,7 @@
 #
 # Makefile.in -> Makefile
 #
-x_subst_vars='PACKAGE_VERSION HOST HOST_OS INSTALL CC CPPFLAGS CFLAGS LDFLAGS LIBS iquote iquoteend prefix sysconfdir mandir docdir'
+x_subst_vars='PACKAGE_VERSION HOST HOST_OS INSTALL AR CC CPPFLAGS CFLAGS LDFLAGS LIBS iquote iquoteend prefix sysconfdir mandir docdir'
 
 for i in $x_subst_vars
 do