diff options
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/files/patch-examples-VFS-Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/samba/files/patch-examples-VFS-Makefile.in b/net/samba/files/patch-examples-VFS-Makefile.in new file mode 100644 index 0000000..523622d --- /dev/null +++ b/net/samba/files/patch-examples-VFS-Makefile.in @@ -0,0 +1,16 @@ +--- examples/VFS/Makefile.in.orig Thu Aug 12 20:24:58 2004 ++++ examples/VFS/Makefile.in Wed Aug 31 22:11:55 2005 +@@ -17,11 +17,11 @@ + + %.so: %.lo + @echo Linking $< +- @$(LIBTOOL) --mode=link $(CC) -o $@ $< $(LDFLAGS) ++ @$(LIBTOOL) --mode=link --tag=CC $(CC) -o $@ $< $(LDFLAGS) + + %.lo: %.c + @echo Compiling $< +- @$(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@ ++ @$(LIBTOOL) --mode=compile --tag=CC $(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@ + + # Misc targets + |