The Samba-Bugzilla – Attachment 344 Details for
Bug 905
Makefile broken on Solaris due to PICSUFFIX changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch removing the workaround that is causing build failure
patch-samba (text/plain), 1.73 KB, created by
Brian Poole
on 2003-12-30 08:26:47 UTC
(
hide
)
Description:
Patch removing the workaround that is causing build failure
Filename:
MIME Type:
Creator:
Brian Poole
Created:
2003-12-30 08:26:47 UTC
Size:
1.73 KB
patch
obsolete
>--- configure.in.orig Tue Dec 30 10:08:40 2003 >+++ configure.in Tue Dec 30 10:08:51 2003 >@@ -163,7 +163,6 @@ > AC_SUBST(HOST_OS) > AC_SUBST(PICFLAGS) > AC_SUBST(PICSUFFIX) >-AC_SUBST(POBAD_CC) > AC_SUBST(SHLIBEXT) > AC_SUBST(INSTALLCLIENT) > AC_SUBST(INSTALLCLIENTCMD_SH) >@@ -1062,7 +1061,6 @@ > SHLD="\${CC} \${CFLAGS}" > PICFLAGS="" > PICSUFFIX="po" >-POBAD_CC="#" > SHLIBEXT="so" > > if test "$enable_shared" = "yes"; then >@@ -1096,7 +1094,6 @@ > ## ${CFLAGS} added for building 64-bit shared > ## libs using Sun's Compiler > LDSHFLAGS="-G \${CFLAGS}" >- POBAD_CC="" > PICSUFFIX="po.o" > fi > AC_DEFINE(STAT_ST_BLOCKSIZE,512,[The size of a block]) >--- Makefile.in.orig Tue Dec 30 10:08:59 2003 >+++ Makefile.in Tue Dec 30 10:09:21 2003 >@@ -737,7 +737,6 @@ > @echo Compiling $*.c with @PICFLAGS@ > @$(CC) -I. -I$(srcdir) $(FLAGS) $(PATH_FLAGS) @PICFLAGS@ -c $< -o $*.@PICSUFFIX@ > @BROKEN_CC@ -mv `echo $@ | sed -e 's%^.*/%%g' -e 's%\.@PICSUFFIX@$$%.o%'` $@ >-@POBAD_CC@ @mv $*.@PICSUFFIX@.o $@ > > lib/version.o: lib/version.c include/version.h > @echo Compiling $*.c >@@ -749,7 +748,6 @@ > @echo Compiling $*.c with @PICFLAGS@ > @$(CC) -I. -I$(srcdir) $(FLAGS) $(PATH_FLAGS) @PICFLAGS@ -c $< -o $*.@PICSUFFIX@ > @BROKEN_CC@ -mv `echo $@ | sed -e 's%^.*/%%g' -e 's%\.@PICSUFFIX@$$%.o%'` $@ >-@POBAD_CC@ @mv $*.@PICSUFFIX@.o $@ > > smbd/build_options.o: smbd/build_options.c Makefile include/config.h include/build_env.h include/proto.h > @echo Compiling $*.c >@@ -765,7 +763,6 @@ > @echo Compiling $*.c with @PICFLAGS@ > @$(CC) -I. -I$(srcdir) $(FLAGS) @PICFLAGS@ -c $< -o $*.@PICSUFFIX@ > @BROKEN_CC@ -mv `echo $@ | sed -e 's%^.*/%%g' -e 's%\.@PICSUFFIX@$$%.o%'` $@ >-@POBAD_CC@ @mv $*.@PICSUFFIX@.o $@ > > bin/.dummy: > @if (: >> $@ || : > $@) >/dev/null 2>&1; then :; else \
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 905
:
334
|
337
| 344 |
354