Where do I find information about how a specific package in centos is build. Ie. what flags has been used on ./configure etc.
At the moment I'm trying to figure out how slapd (openldap-servers) are build. Did they use "--enable-modules" when the package was configured. I guess not, but it would be interesting to get it verified.
Try
According to that
--enable-modules
was specified, by the way. :-)