diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-12-02 18:59:10 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-12-02 18:59:10 +0000 |
commit | 94b56850212413f3cb412068f727795a11df408b (patch) | |
tree | d8ff8f6d86a8f58a2102074d0964266ed3ee71a0 /packages/fetchmail/fetchmail_6.2.5.bb | |
parent | 857a4b5ba548f5bb797d1dc2efb42fa38792109a (diff) |
fetchmail: Move optimisation tweak to distro config (so it applies to all versions)
Diffstat (limited to 'packages/fetchmail/fetchmail_6.2.5.bb')
-rw-r--r-- | packages/fetchmail/fetchmail_6.2.5.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/fetchmail/fetchmail_6.2.5.bb b/packages/fetchmail/fetchmail_6.2.5.bb index 2a81319085..89df7fe017 100644 --- a/packages/fetchmail/fetchmail_6.2.5.bb +++ b/packages/fetchmail/fetchmail_6.2.5.bb @@ -16,8 +16,6 @@ SRC_URI = "${DEBIAN_MIRROR}/main/f/${PN}/${PN}_${PV}.orig.tar.gz \ 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 |