Magellan Linux

Diff of /branches/magellan-next/core/samba/samba-3.6.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9111 by niro, Mon Nov 7 12:18:36 2011 UTC revision 9129 by niro, Mon Nov 7 15:46:35 2011 UTC
# Line 95  src_compile() Line 95  src_compile()
95   --without-pam \   --without-pam \
96   --without-pam_smbpass \   --without-pam_smbpass \
97   --without-libtdb \   --without-libtdb \
98     --enable-external-libtdb \
99   --with-quotas \   --with-quotas \
100   --with-sys-quotas \   --with-sys-quotas \
101   --with-cifsmount=no \   --with-cifsmount=no \
# Line 106  src_compile() Line 107  src_compile()
107    
108   mmake proto || die   mmake proto || die
109   mmake everything || die   mmake everything || die
   
  # build mount.cifs separatly to fix pic issues  
  mmake bin/mount.cifs || die  
  mmake bin/umount.cifs || die  
110  }  }
111    
112  src_install()  src_install()

Legend:
Removed from v.9111  
changed lines
  Added in v.9129