The Samba-Bugzilla – Attachment 742 Details for
Bug 1965
[patch] Problem building libsmbclient.so using Sun's compiler
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build problem wiih dynconfig.po.o and lib/version.po.o
build.diff (text/plain), 1.12 KB, created by
Nicholas Brealey
on 2004-10-23 12:07:37 UTC
(
hide
)
Description:
Fix build problem wiih dynconfig.po.o and lib/version.po.o
Filename:
MIME Type:
Creator:
Nicholas Brealey
Created:
2004-10-23 12:07:37 UTC
Size:
1.12 KB
patch
obsolete
>Index: Makefile.in >=================================================================== >--- Makefile.in (revision 3137) >+++ Makefile.in (working copy) >@@ -776,7 +776,7 @@ > @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ > dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi > @echo Compiling $*.c with @PICFLAGS@ >- @$(CC) -I. -I$(srcdir) $(FLAGS) $(PATH_FLAGS) @PICFLAGS@ -c $< -o $*.@PICSUFFIX@ >+ @$(CC) -I. -I$(srcdir) $(FLAGS) $(PATH_FLAGS) @PICFLAGS@ -c $< -o $@ > @BROKEN_CC@ -mv `echo $@ | sed -e 's%^.*/%%g' -e 's%\.@PICSUFFIX@$$%.o%'` $@ > > lib/version.o: lib/version.c include/version.h >@@ -787,7 +787,7 @@ > @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ > dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi > @echo Compiling $*.c with @PICFLAGS@ >- @$(CC) -I. -I$(srcdir) $(FLAGS) $(PATH_FLAGS) @PICFLAGS@ -c $< -o $*.@PICSUFFIX@ >+ @$(CC) -I. -I$(srcdir) $(FLAGS) $(PATH_FLAGS) @PICFLAGS@ -c $< -o $@ > @BROKEN_CC@ -mv `echo $@ | sed -e 's%^.*/%%g' -e 's%\.@PICSUFFIX@$$%.o%'` $@ > > smbd/build_options.o: smbd/build_options.c Makefile include/config.h include/build_env.h include/proto.h
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 1965
: 742