The Samba-Bugzilla – Attachment 352 Details for
Bug 950
smbwrapper.so symbol collisions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed diff to Makefile.in
sambadiff.txt (text/plain), 616 bytes, created by
James R Grinter (mail bounces back)
on 2004-01-08 05:13:22 UTC
(
hide
)
Description:
Proposed diff to Makefile.in
Filename:
MIME Type:
Creator:
James R Grinter (mail bounces back)
Created:
2004-01-08 05:13:22 UTC
Size:
616 bytes
patch
obsolete
>--- Makefile.in.orig Thu Jan 8 13:11:45 2004 >+++ Makefile.in Thu Jan 8 12:40:13 2004 >@@ -639,7 +639,8 @@ > > bin/smbwrapper.@SHLIBEXT@: $(PICOBJS) bin/.dummy > @echo Linking shared library $@ >- @$(SHLD) @LDSHFLAGS@ -o $@ $(PICOBJS) $(LDFLAGS) $(LIBS) \ >+ @nm smbwrapper/wrapped.po | $(AWK) -F\| 'BEGIN { printf "{\nglobal:\n" } $$5 ~ /GLOB/ { if ( $$7 !~ /UNDEF/ ) { printf "%s;\n", $$NF }} END { printf "local: *;\n};\n" }' > smbwrapper/mapfile >+ @$(SHLD) @LDSHFLAGS@ -M smbwrapper/mapfile -o $@ $(PICOBJS) $(LDFLAGS) $(LIBS) \ > @SONAMEFLAG@`basename $@` > > bin/smbwrapper.32.@SHLIBEXT@: $(PICOBJS32) bin/.dummy
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 950
: 352