-
-
Notifications
You must be signed in to change notification settings - Fork 422
Description
./configure
CPPFLAGS="-O2 -D_FORTIFY_SOURCE=3"
CFLAGS="-fPIC -pie -fstack-protector-strong"
CXXFLAGS="-fPIC -pie -fstack-protector-strong"
LDFLAGS="-Wl,-z,now,-s,--enable-new-dtags"
--build=x86_64-slackware-linux
--disable-static
--without-python2
--without-ssl
--without-usb
--with-user=nut
--with-group=nut
configure: Got explicit list of document formats to build or not: man=auto; formats not listed will be silently skipped
checking whether to requested to build and install documentation... 'man=auto' => 'man=auto'
checking desire and ability to build man documentation... auto
checking if we can build man... yes
checking whether to would build specific documentation format(s)... yes man-man mans-progs-built
configure: error: Can not enable WITH_CHANGELOG_HTML_SINGLE due to build settings or environment
Crude solution, adding to the configuration options:
--enable-docs-changelog=no