Ticket #608: blfs-book-gpm_add_sysconf.patch

File blfs-book-gpm_add_sysconf.patch, 757 bytes (added by lizardo@…, 20 years ago)

Add sysconfdir parameter to configure

  • general/sysutils/gpm/gpm-inst.xml

    RCS file: /home/cvsroot/BLFS/BOOK/general/sysutils/gpm/gpm-inst.xml,v
    retrieving revision 1.11
    diff -u -r1.11 gpm-inst.xml
     
    66
    77<screen><userinput><command>patch -Np1 -i ../gpm-1.20.1-segfault.patch &amp;&amp;
    88patch -Np1 -i ../gpm-1.20.1-silent.patch &amp;&amp;
    9 LDFLAGS="-lm" ./configure --prefix=/usr &amp;&amp;
     9LDFLAGS="-lm" ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    1010make &amp;&amp;
    1111make install &amp;&amp;
    1212ldconfig -n -l /usr/lib/libgpm.so.1.19.0</command></userinput></screen>