summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-11-30 21:08:17 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-11-30 21:08:17 +0000
commitba9c0304144c219fcd641f8907691e6c44625e4e (patch)
tree3b9ddff29fd4b71fbace572b3c48947b8bea77b4 /INSTALL
parent90b819c6d832046840018ff08b9bc5d0e3b69c37 (diff)
downloadskalibs-ba9c0304144c219fcd641f8907691e6c44625e4e.tar.xz
Fix sysdep lib filling of config.mak
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e98ff41..93e7b42 100644
--- a/INSTALL
+++ b/INSTALL
@@ -113,6 +113,9 @@ configure is: --with-sysdep-K=V
For instance, to say that the target has a working pseudorandom
number generator in /dev/urandom, you would give the following
option to configure: --with-sysdep-devurandom=yes
+ If there are additional arguments to the sysdep, such as linker
+flags, give them separated by commas. Example:
+--with-sysdep-posixspawn=yes,-lrt
./configure --help lists all the sysdeps you need to manually
provide a value for when cross-compiling.