|
|
发表于 2007-12-17 16:12:36
|
显示全部楼层
一般来说,包里的 README.Debian.gz 文件里会有编译时的参数之类的信息
比如 bash 的 /usr/share/doc/bash/README.Debian.gz 里就有:A number of patches for the bash sources is applied for the Debian build
of bash. See the details at the end of the file.
The bash package was built using the following configuration options:
--with-curses \
--disable-net-redirections \
--enable-largefile \
bash-static additionally configured with --enable-static-link, bash-minimal
configured with --enable-minimal-config --enable-largefile. |
|