[oe-commits] org.oe.dev fetchmail: fix optimizations flags for sharprom compatible distro

nicolasfr commit openembedded-commits at lists.openembedded.org
Sat Dec 2 12:09:01 UTC 2006


fetchmail: fix optimizations flags for sharprom compatible distro

Author: nicolasfr at gmail.com
Branch: org.openembedded.dev
Revision: bf07ce72438537e1e952e551bf4bfba3877e3c59
ViewMTN: http://monotone.openembedded.org/revision.psp?id=bf07ce72438537e1e952e551bf4bfba3877e3c59
Files:
1
packages/fetchmail/fetchmail_6.2.5.bb
Diffs:

#
# mt diff -r1931d326702514b743895c0b6f15ad151b325fab -rbf07ce72438537e1e952e551bf4bfba3877e3c59
#
# 
# 
# patch "packages/fetchmail/fetchmail_6.2.5.bb"
#  from [087ee72dd41171b5ca0069ca702cf551af23e2d2]
#    to [517f7560403d4ad00bf1696659aa0cf2780cba63]
# 
============================================================
--- packages/fetchmail/fetchmail_6.2.5.bb	087ee72dd41171b5ca0069ca702cf551af23e2d2
+++ packages/fetchmail/fetchmail_6.2.5.bb	517f7560403d4ad00bf1696659aa0cf2780cba63
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
 SECTION = "console/network"
 LICENSE = "GPL"
 DESCRIPTION = "Fetchmail is a free, full-featured, robust, \
@@ -16,6 +16,8 @@ inherit autotools gettext
 
 inherit autotools gettext
 
+FULL_OPTIMIZATION_sharprom-compatible = "-fexpensive-optimizations -fomit-frame-pointer -O1"
+
 do_configure_prepend () {
 	if [ ! -e acinclude.m4 ]; then
 		cat aclocal.m4 > acinclude.m4






More information about the Openembedded-commits mailing list