about summary refs log tree commit diff
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorRyan Scheel <Ryan.havvy@gmail.com>2015-05-05 12:20:58 -0700
committerRyan Scheel (Havvy) <ryan.havvy@gmail.com>2015-05-05 20:08:02 +0000
commitdf7b5b4ecbab8c1675672374371076cd7de721f8 (patch)
treeba2b6e3385fe52da5b3063322ac060094b404246 /doc/stdenv.xml
parentaea86f61823d700b48ae1bda7b24b2587bd6ce99 (diff)
downloadnixlib-df7b5b4ecbab8c1675672374371076cd7de721f8.tar
nixlib-df7b5b4ecbab8c1675672374371076cd7de721f8.tar.gz
nixlib-df7b5b4ecbab8c1675672374371076cd7de721f8.tar.bz2
nixlib-df7b5b4ecbab8c1675672374371076cd7de721f8.tar.lz
nixlib-df7b5b4ecbab8c1675672374371076cd7de721f8.tar.xz
nixlib-df7b5b4ecbab8c1675672374371076cd7de721f8.tar.zst
nixlib-df7b5b4ecbab8c1675672374371076cd7de721f8.zip
Doc dontDisableStatic variable to configure stage
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index fa3a7ef056e6..d3042710f188 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -546,6 +546,15 @@ script) if it exists.</para>
     such.</para></footnote>.  If this is undesirable, set this
     variable to a non-empty value.</para></listitem>
   </varlistentry>
+  
+  <varlistentry>
+    <term><varname>dontDisableStatic</varname></term>
+    <listitem><para>By default, when the configure script has
+    <option>--enable-static</option>, the option
+    <option>--disable-static</option> is added to the configure flags.</para>
+    <para></para>If this is undesirable, set this variable to a non-empty
+    value.</para></listitem>
+  </varlistentry>
 
   <varlistentry>
     <term><varname>preConfigure</varname></term>