[Lunar-commits] <moonbase> samba: commenting out a couple of lines	as noted in the BUILD.
    Dennis 'stumbles' Veatch 
    stumbles at lunar-linux.org
       
    Sun Jul  6 19:16:28 CEST 2008
    
    
  
commit 7c966057b1005c205d5378b943438fd331fe4900
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun Jul 6 13:16:28 2008 -0400
    samba: commenting out a couple of lines as noted in the BUILD.
---
 net/samba/BUILD |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/net/samba/BUILD b/net/samba/BUILD
index bd630ce..3e32d4d 100644
--- a/net/samba/BUILD
+++ b/net/samba/BUILD
@@ -24,9 +24,11 @@
   make -C client mount.cifs umount.cifs &&
   default_make  &&
 
-  # these symlinks are still needed
-  ln -sf /usr/lib/samba/libsmbclient.so /usr/lib/libsmbclient.so.0  &&
-  ln -sf /usr/lib/samba/libsmbclient.so /usr/lib/libsmbclient.so    &&
+# These do not seem to be needed anymore. If uncommented vlc, mplayer to name a
+# couple cannot find libsmbclient.so.
+#  # these symlinks are still needed
+#  ln -sf /usr/lib/samba/libsmbclient.so /usr/lib/libsmbclient.so.0  &&
+#  ln -sf /usr/lib/samba/libsmbclient.so /usr/lib/libsmbclient.so    &&
 
   # install cifs mount helpers
   install -m0755 client/{,u}mount.cifs /sbin/ &&
    
    
More information about the Lunar-commits
mailing list