LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   midnight commander configure arguments changed (https://www.linuxquestions.org/questions/slackware-14/midnight-commander-configure-arguments-changed-868736/)

fdeak 03-15-2011 11:14 AM

midnight commander configure arguments changed
 
To enable samba virtual file-system in mc (under slackware-current), mc's configure needs different arguments than before. See the attached patch.

Code:

--- mc.SlackBuild.~0~        2010-11-11 21:37:44.000000000 +0100
+++ mc.SlackBuild        2011-03-15 16:56:36.765258508 +0100
@@ -85,9 +85,9 @@
  --with-ext2undel \
  --with-x=yes \
  --with-vfs \
-  --with-samba \
-  --with-configdir=/etc/samba \
-  --with-codepagedir=/etc/codepages \
+  --enable-vfs-smb \
+  --with-smb-configdir=/etc/samba \
+  --with-smb-codepagedir=/etc/codepages \
  --build=$ARCH-slackware-linux || exit 1
 
 make $NUMJOBS || make || exit 1


PDock 03-15-2011 02:57 PM

Will try it out. Thanks a big mc user.

ppd


All times are GMT -5. The time now is 12:39 AM.