mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
prefer dynamical linking over dlopening
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15503 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2809c8c683
commit
9eebf97551
@ -89,7 +89,7 @@
|
||||
|
||||
<screen><userinput>sed -i '/_XData32/s:register long:register _Xconst long:' src/video/x11/SDL_x11sym.h &&
|
||||
|
||||
./configure --prefix=/usr --disable-static &&
|
||||
./configure --prefix=/usr --disable-static --disable-sdl-dlopen &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
@ -130,6 +130,9 @@ make</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<para><parameter>--disable-sdl-dlopen</parameter>: This switch disables
|
||||
using dlopen for shared object loading.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
|
Loading…
Reference in New Issue
Block a user