~ubuntu-branches/ubuntu/raring/liblockfile/raring-proposed

« back to all changes in this revision

Viewing changes to debian/patches/09-562937-make-ar-overwrittable.patch

  • Committer: Bazaar Package Importer
  • Author(s): Miquel van Smoorenburg
  • Date: 2011-08-10 18:44:10 UTC
  • mfrom: (3.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110810184410-2d19psg8n6yy1dxh
Tags: 1.09-1
* New upstream version (fixes: #406471, #547721, #273112)
* Make package multi-arch compliant
* Add lintian override for setgid mail helper
* Delete whitespace adjusting macro stuff from dotlockfile.1
* Remove shlib depends from dotlockfile control file entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562937
2
 
 
3
 
From: Wolfram Sang <wsa@pengutronix.de>
4
 
 
5
 
[PATCH] [Makefile] make ar overwritable (for cross-builds)
6
 
 
7
 
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
8
 
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
9
 
 
10
 
--- a/Makefile.in       2001-03-17 15:08:33.000000000 +1100
11
 
+++ b/Makefile.in       2010-02-14 11:13:22.000000000 +1100
12
 
@@ -29,7 +29,7 @@ shared:               liblockfile.so dotlockfile
13
 
 nfslib:                nfslock.so.$(VER)
14
 
 
15
 
 liblockfile.a: lockfile.o
16
 
-               ar rv liblockfile.a lockfile.o
17
 
+               $(AR) rv liblockfile.a lockfile.o
18
 
 
19
 
 liblockfile.so: liblockfile.a
20
 
                $(CC) -fPIC -shared -Wl,-soname,liblockfile.so.1 \