updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / ptabtools / Fix-build.patch
blobdf26a3593fb00a8bfb5c80510ce8f1a52c9c6d54
1 revno: 278
2 committer: Jelmer Vernooij <jelmer@samba.org>
3 branch nick: trunk
4 timestamp: Tue 2008-11-04 14:18:08 +0100
5 message:
6 Fix build.
8 === modified file 'Makefile'
9 --- Makefile 2007-05-09 20:26:21 +0000
10 +++ Makefile 2008-11-04 13:18:08 +0000
11 @@ -23,7 +23,7 @@
12 $(CC) $(SHFLAGS) $(CFLAGS) -Wl,--out-implib=ptb.dll.a -o $@ $^
14 libptb.so.$(VERSION): $(PTBLIB_OBJS:.o=.po)
15 - $(CC) $(SHFLAGS) -Wl,-soname,libptb.so.$(SOVERSION) -Wl,$@ $(CFLAGS) -o $@ $^
16 + $(CC) $(SHFLAGS) -Wl,-soname,libptb.so.$(SOVERSION) $(CFLAGS) -o $@ $^
18 libptb.a: $(PTBLIB_OBJS)
19 $(AR) rs $@ $^