Re: RFD: --enable-bindir-path ?

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

 



On Mon, Sep 03, 2018 at 12:17:25PM +0200, Karel Zak wrote:
>  $ ./configure --disable-makeinstall-chown --disable-makeinstall-setuid --libdir=/lib

I did a small improvement for systems where the default is /lib64, so
now --libdir=/lib should be unnecessary to install to /bin and /lib if
you follow the default settings.

Note that if you set --prefix or change any default setting than is
probably better to explicitly specify all the directories. For example
on Fedora we use

  ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu \
              --program-prefix= --disable-dependency-tracking --prefix=/usr \
              --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin \
              --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include \
              --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var \
              --sharedstatedir=/var/lib --mandir=/usr/share/man \
              --infodir=/usr/share/info --disable-assert \
              --with-systemdsystemunitdir=/usr/lib/systemd/system \
              --disable-silent-rules --disable-bfs --disable-pg --enable-chfn-chsh \
              --enable-usrdir-path --enable-write --enable-raw --with-python=3 \
              --with-systemd --with-udev --with-selinux --with-audit --with-utempter \
              --disable-makeinstall-chown

to get full control.

The option --enable-usrdir-path has been introduced to get proper $PATH.

    Karel

-- 
 Karel Zak  <kzak@xxxxxxxxxx>
 http://karelzak.blogspot.com



[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux