mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Use included ltdl
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
|
||||
export CFLAGS="-O3 -fomit-frame-pointer -march=pentium2 -mtune=nocona"
|
||||
./configure && make && make check && make install
|
||||
./configure --with-included-ltdl && make && make check && make install
|
||||
|
||||
Reference in New Issue
Block a user