Author: alexander
Date: 2005-09-24 21:46:25 -0600 (Sat, 24 Sep 2005)
New Revision: 762
Modified:
x86/branches/utf8-newmake/Makefile
x86/branches/utf8-newmake/packages/samba/Makefile
Log:
Upgraded SAMBA to 3.0.20. Disabled quotas to work around the build failure.
Modified: x86/branches/utf8-newmake/Makefile
===================================================================
--- x86/branches/utf8-newmake/Makefile 2005-09-25 03:17:12 UTC (rev 761)
+++ x86/branches/utf8-newmake/Makefile 2005-09-25 03:46:25 UTC (rev 762)
@@ -212,7 +212,7 @@
ch-fontconfig ch-Xorg ch-inputattach ch-freefont ch-fonts-dejavu \
ch-fonts-kochi ch-fonts-arphic update-fontsdir ch-libjpeg ch-libtiff
ch-openssh \
ch-glib2 ch-libungif ch-imlib ch-imlib2 ch-gc ch-w3m ch-pango ch-atk
ch-gtk2 \
- ch-cvs ch-popt stop-here ch-samba ch-libIDL ch-firefox ch-thunderbird \
+ ch-cvs ch-popt ch-samba ch-libIDL stop-here ch-firefox ch-thunderbird \
ch-startup-notification chroot-gvim ch-xfce ch-lua ch-ion ch-irssi \
ch-xchat ch-tcpwrappers ch-portmap ch-nfs-utils ch-traceroute \
ch-ncftp ch-pciutils ch-nALFS ch-device-mapper ch-LVM2 \
Modified: x86/branches/utf8-newmake/packages/samba/Makefile
===================================================================
--- x86/branches/utf8-newmake/packages/samba/Makefile 2005-09-25 03:17:12 UTC
(rev 761)
+++ x86/branches/utf8-newmake/packages/samba/Makefile 2005-09-25 03:46:25 UTC
(rev 762)
@@ -1,12 +1,12 @@
# Samba Makefile
NM= samba
-VRS= 3.0.14a
+VRS= 3.0.20
DIR= $(NM)-$(VRS)
-FILE= $(DIR).tar.bz2
-URL-$(FILE)= $(HTTPBLFS)/Q-S/$(FILE)
-SHA-$(FILE)= e3596ad58ac4813403ded19d7e2e964c2c0d06d9
+FILE= $(DIR).tar.gz
+URL-$(FILE)= http://us1.samba.org/samba/ftp/$(FILE)
+SHA-$(FILE)= f67d0ba950ab6f0a2d3ece7687ab0b262645c022
# Targets
@@ -22,14 +22,13 @@
compile-stage2:
cd source ; ./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --with-piddir=/var/run --with-fhs \
- --with-smbmount
+ --with-smbmount --without-sys-quotas --without-quotas
cd source ; make
mkdir /etc/samba
install -m644 $(ROOT)/etc/samba/smb.conf /etc/samba
cd source/client ; \
- gcc $(CFLAGS) -static mount.cifs.c -o mount.cifs \
- ; cp mount.cifs /usr/bin
-
+ gcc $(CFLAGS) -static mount.cifs.c -o mount.cifs ; \
+ cp mount.cifs /usr/bin
cd source ; make install
clean:
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page