Re: sendmail src.rpm from Fedora Core 1?
Balint Cristian <[email protected]>
| Newsgroups | gmane.linux.aurora.devel |
|---|---|
| Organization | Home |
| Message-ID | <[email protected]> |
On Friday 30 January 2004 15:27, Christian Joensson wrote: > Before I go ahead... should I anticipate anything special when doing > an rpmbuild of the Fedora Core 1 sendmail src.rpm, i.e., > > ftp://download.fedora.redhat.com/pub/fedora/linux/core/1/SRPMS/sendmail-8.1 >2.10-1.1.1.src.rpm Yes, remove the PIE support patch !! This sendmail contain pie patch: It can be compiled on default Aurora, but please change every strings like: "-pie" to "-ldl" "-fpie" to "-fPIC" "-fPIE" to "-fPIC" and will work fine. You will need to change only in these two files from src.rpm of FC1: sendmail.spec sendmail-8.12.9-dynamic.patch otherwise it will cras the sendmail i think even will not compile. I was able to compile this way any FC1 package wich is PIE-exec-shield enabled. Good luck ! cristian PS: If fail i can attach you a working one. > > TIA, > > /ChJ > > _______________________________________________ > Aurora-sparc-devel mailing list > [email protected] > http://lists.auroralinux.org/mailman/listinfo/aurora-sparc-devel > Aurora FAQ: http://www.ecs.soton.ac.uk/~mas01r/aurorafaq.html _______________________________________________ Aurora-sparc-devel mailing list [email protected] http://lists.auroralinux.org/mailman/listinfo/aurora-sparc-devel Aurora FAQ: http://www.ecs.soton.ac.uk/~mas01r/aurorafaq.html