summary refs log tree commit diff
path: root/pkgs/development/libraries/libelf/dont-hardcode-ar.patch
blob: e282d9005dbbc76ab2875cdbe3c8a2bbbdbee141 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -27,7 +27,7 @@ installdirs = $(libdir) $(includedir) $(includedir)/libelf
 
 CC = @CC@
 LD = @LD@
-AR = ar
+AR ?= ar
 MV = mv -f
 RM = rm -f
 LN_S = @LN_S@