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.

link|improve this question

64% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Try

yumdownloader --source openldap-servers
rpm -Uvh openldap-servers*
less rpmbuild/SPECS/openldap.spec

According to that --enable-modules was specified, by the way. :-)

link|improve this answer
Thanks man. But weird with the enable-modules thing. I have to look somewhere else to find a solution to my problem =) – Arlukin Oct 24 '11 at 12:23
Just create another question, I will do my best with that one, too. ;) – Janne Pikkarainen Oct 24 '11 at 12:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.