summaryrefslogtreecommitdiff
path: root/package/asterisk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-14 11:23:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-14 11:23:59 +0100
commitdb449d89ef9220149a16dbee5ea3074e6bef0a79 (patch)
treec4bddc1ff4bd4df38e1e434e88e3a545c1446b17 /package/asterisk
parentc094aedfa1298a823b0f88045c30509596454081 (diff)
remove unused workaround
Diffstat (limited to 'package/asterisk')
-rw-r--r--package/asterisk/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile
index 7f042b7f4..bebd71ef9 100644
--- a/package/asterisk/Makefile
+++ b/package/asterisk/Makefile
@@ -22,8 +22,6 @@ endif
PKG_URL:= http://www.asterisk.org
PKG_SITES:= http://downloads.asterisk.org/pub/telephony/asterisk/releases/
-PKG_TARGET_DEPENDS:= !foxboard
-
PKG_DESCR_CHAN_MGCP:= Media Gateway Control Protocol implementation
PKG_DESCR_CHAN_SKINNY:= Skinny Client Control Protocol implementation
PKG_DESCR_CHAN_IAX2:= Support for the Inter Asterisk Protocol
@@ -56,11 +54,6 @@ SUB_INSTALLS-${ADK_PACKAGE_ASTERISK_CODEC_GSM}+= asterisk-codec-gsm-install
SUB_INSTALLS-${ADK_PACKAGE_ASTERISK_PBX_DUNDI}+= asterisk-pbx-dundi-install
SUB_INSTALLS-${ADK_PACKAGE_ASTERISK_RES_AGI}+= asterisk-res-agi-install
-#workaround for cris and gcc 4.4, where -Os generates ICE
-ifeq ($(ARCH),cris)
-TARGET_OPTIMIZATION:=$(subst Os,O2,$(TARGET_OPTIMIZATION))
-endif
-
CONFIGURE_ARGS= --with-z=${STAGING_DIR}/usr \
--with-ncurses=${STAGING_DIR}/usr \
--with-ssl=${STAGING_DIR}/usr \