The Samba-Bugzilla – Attachment 301 Details for
Bug 851
build-failure on x86_64 (VFS-modules)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build system in examples/VFS
patch.out (text/plain), 2.07 KB, created by
Tim Potter
on 2003-12-05 03:42:58 UTC
(
hide
)
Description:
Fix build system in examples/VFS
Filename:
MIME Type:
Creator:
Tim Potter
Created:
2003-12-05 03:42:58 UTC
Size:
2.07 KB
patch
obsolete
>? aclocal.m4 >Index: Makefile.in >=================================================================== >RCS file: /data/cvs/samba/examples/VFS/Makefile.in,v >retrieving revision 1.2.2.5 >diff -u -r1.2.2.5 Makefile.in >--- Makefile.in 4 Jun 2003 13:13:41 -0000 1.2.2.5 >+++ Makefile.in 5 Dec 2003 11:42:16 -0000 >@@ -1,11 +1,12 @@ > CC = @CC@ >-CFLAGS = @CFLAGS@ >+CFLAGS = @CFLAGS@ @PICFLAGS@ > CPPFLAGS = @CPPFLAGS@ >-LDFLAGS = @LDFLAGS@ >+LDFLAGS = @LDFLAGS@ @DYNEXP@ > LDSHFLAGS = @LDSHFLAGS@ > INSTALLCMD = @INSTALL@ > SAMBA_SOURCE = @SAMBA_SOURCE@ > SHLIBEXT = @SHLIBEXT@ >+SONAMEFLAG = @SONAMEFLAG@ > OBJEXT = @OBJEXT@ > FLAGS = $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include -I$(SAMBA_SOURCE)/ubiqx -I$(SAMBA_SOURCE)/smbwrapper -I. $(CPPFLAGS) -I$(SAMBA_SOURCE) > >Index: configure.in >=================================================================== >RCS file: /data/cvs/samba/examples/VFS/configure.in,v >retrieving revision 1.1.8.3 >diff -u -r1.1.8.3 configure.in >--- configure.in 5 Dec 2003 11:12:05 -0000 1.1.8.3 >+++ configure.in 5 Dec 2003 11:42:16 -0000 >@@ -10,6 +10,8 @@ > #dnl To make sure that didn't get #define PACKAGE_* in modules_config.h > #echo "" > confdefs.h > >+AC_CANONICAL_SYSTEM >+ > dnl Checks for programs. > AC_PROG_CC > AC_PROG_INSTALL >@@ -27,6 +29,8 @@ > > AC_SUBST(libdir) > >+AC_ENABLE_SHARED >+ > SAMBA_SOURCE="../../source" > #################################################### > # set the location location of the samba source tree >@@ -190,7 +194,7 @@ > # how to compile C code to produce PIC object files > > AC_MSG_CHECKING([ability to build shared libraries]) >- >+ echo host os is $host_os > # and these are for particular systems > case "$host_os" in > *linux*) >@@ -331,7 +335,7 @@ > ac_cv_shlib_works=no > # try building a trivial shared library > if test "$PICSUFFIX" = "po"; then >- $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.po ${srcdir-.}/tests/shlib.c && >+ $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.po ${srcdir-.}/../../source/tests/shlib.c && > $CC $CPPFLAGS $CFLAGS `eval echo $LDSHFLAGS` -o "shlib.$SHLIBEXT" shlib.po && > ac_cv_shlib_works=yes > 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 851
:
298
| 301 |
302