No specific static libraries.

This commit is contained in:
Chris Johns 2013-04-15 13:46:59 +10:00
parent b8ee74d356
commit 64f337bdfc

View File

@ -50,7 +50,8 @@ def load():
'optflags': ('none', 'none', '-O2'), 'optflags': ('none', 'none', '-O2'),
'__ldconfig': ('exe', 'none', ''), '__ldconfig': ('exe', 'none', ''),
'__xz': ('exe', 'required', '%{_usr}/bin/xz'), '__xz': ('exe', 'required', '%{_usr}/bin/xz'),
'with_zlib': ('none', 'none', '--with-zlib=no') 'with_zlib': ('none', 'none', '--with-zlib=no'),
'_forced_static': ('none', 'none', '')
} }
return defines return defines