Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/sdl.xml

    r4a83293 rac38e9dc  
    3434    multimedia software, such as games and emulators.</para>
    3535
    36     &lfs76_checked;
     36    &lfs77_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9090<screen><userinput>sed -i '/_XData32/s:register long:register _Xconst long:' src/video/x11/SDL_x11sym.h &amp;&amp;
    9191
    92 ./configure --prefix=/usr --disable-static &amp;&amp;
     92./configure --prefix=/usr --disable-static --disable-sdl-dlopen &amp;&amp;
    9393make</userinput></screen>
    9494
     
    9797<screen role="root"><userinput>make install &amp;&amp;
    9898
    99 install -v -m755 -d /usr/share/doc/SDL-&sdl-version;/html &amp;&amp;
    100 install -v -m644    docs/html/*.html \
    101                     /usr/share/doc/SDL-&sdl-version;/html</userinput></screen>
     99install -v -dm755 /usr/share/doc/SDL-&sdl-version;/html &amp;&amp;
     100install -v -m644  docs/html/*.html \
     101                  /usr/share/doc/SDL-&sdl-version;/html</userinput></screen>
    102102
    103103  </sect2>
     
    130130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131131      href="../../xincludes/static-libraries.xml"/>
     132
     133    <para><parameter>--disable-sdl-dlopen</parameter>: This switch disables
     134    using dlopen for shared object loading.</para>
    132135
    133136  </sect2>
Note: See TracChangeset for help on using the changeset viewer.