muddleftpd-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Muddleftpd-cvs] muddleftpd modules/auth/authlibsmb/smbval/Makef...


From: Joerg Jaspert
Subject: [Muddleftpd-cvs] muddleftpd modules/auth/authlibsmb/smbval/Makef...
Date: Mon, 03 Nov 2003 10:35:33 -0500

CVSROOT:        /cvsroot/muddleftpd
Module name:    muddleftpd
Branch:         
Changes by:     Joerg Jaspert <address@hidden>  03/11/03 10:35:32

Modified files:
        modules/auth/authlibsmb/smbval: Makefile.in 
        .              : ChangeLog 

Log message:
        Added CFLAGS and -fPIC so this thing compiles on 64bit architectures 
too.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/muddleftpd/muddleftpd/modules/auth/authlibsmb/smbval/Makefile.in.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/muddleftpd/muddleftpd/ChangeLog.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: muddleftpd/ChangeLog
diff -c muddleftpd/ChangeLog:1.8 muddleftpd/ChangeLog:1.9
*** muddleftpd/ChangeLog:1.8    Mon Nov  3 08:20:17 2003
--- muddleftpd/ChangeLog        Mon Nov  3 10:35:32 2003
***************
*** 1,5 ****
--- 1,8 ----
  2003-11-03  Joerg Jaspert  <address@hidden>
  
+       * modules/auth/authlibsmb/smbval/Makefile.in: Added CFLAGS and
+       -fPIC so this thing compiles on 64bit architectures too.
+ 
        * modules/auth: authlibexample/Makefile.in,
        authlibmud/Makefile.in, authlibsmb/Makefile.in,
        authlibmysql/Makefile.in, authlibmsql/Makefile.in: Added -fPIC so
Index: muddleftpd/modules/auth/authlibsmb/smbval/Makefile.in
diff -c muddleftpd/modules/auth/authlibsmb/smbval/Makefile.in:1.1 
muddleftpd/modules/auth/authlibsmb/smbval/Makefile.in:1.2
*** muddleftpd/modules/auth/authlibsmb/smbval/Makefile.in:1.1   Sun Oct 20 
08:00:41 2002
--- muddleftpd/modules/auth/authlibsmb/smbval/Makefile.in       Mon Nov  3 
10:35:31 2003
***************
*** 1,6 ****
--- 1,7 ----
  # makefile for smblib
  # Type make system, where system is ULTRIX, DU, DECOSF1, Solaris etc
  AR = ar
+ address@hidden@
  
  INCLUDES = smblib.h smblib-priv.h
  
***************
*** 22,28 ****
  
  .c.o: $(INCLUDES)
        @echo Compiling $*.c
!       $(CC) $(CFLAGS) -c $*.c
  
  clean:
        rm -f *.o smbvalid.a
--- 23,29 ----
  
  .c.o: $(INCLUDES)
        @echo Compiling $*.c
!       $(CC) $(CFLAGS) -fPIC -c $*.c
  
  clean:
        rm -f *.o smbvalid.a




reply via email to

[Prev in Thread] Current Thread [Next in Thread]