Changeset 3217
- Timestamp:
- 07/15/07 02:43:21 (1 year ago)
- Files:
-
- trunk/freewrt/package/asterisk/Makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/asterisk/Makefile
r3156 r3217 8 8 9 9 PKG_NAME:= asterisk 10 PKG_VERSION:= 1.4. 610 PKG_VERSION:= 1.4.7.1 11 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= 579b154c9045a69945b8547e590c25a112 PKG_MD5SUM:= 8c471ff5328c08bf2dc5c6f5c6f3e048 13 13 MASTER_SITES:= http://ftp.digium.com/pub/asterisk/ \ 14 14 ftp://ftp.digium.com/pub/asterisk/ … … 49 49 SUB_INSTALLS-${FWRT_PACKAGE_ASTERISK_MEETME}+= asterisk-meetme-install 50 50 51 CONFIGURE_ARGS= --without-kde --without-qt \ 52 --with-z=${STAGING_DIR}/usr \ 51 CONFIGURE_ARGS= --with-z=${STAGING_DIR}/usr \ 53 52 --with-ncurses=${STAGING_DIR}/usr \ 54 53 --with-ssl=${STAGING_DIR}/usr \ 54 --without-asound \ 55 55 --without-curses \ 56 56 --without-gnutls \ 57 --without-asound \ 58 --with-curl=${STAGING_DIR}/usr \ 57 --without-h323 \ 59 58 --without-iksemel \ 60 59 --without-imap \ 61 60 --without-isdnnet \ 61 --without-kde \ 62 62 --without-misdn \ 63 63 --without-nbs \ … … 69 69 --without-pri \ 70 70 --without-pwlib \ 71 --without-qt \ 71 72 --without-suppserv \ 72 73 --without-tds \ … … 99 100 ifneq (${FWRT_PACKAGE_ASTERISK_CURL},) 100 101 CONFIGURE_ARGS+= --with-curl=${STAGING_DIR}/usr 102 else 103 CONFIGURE_ARGS+= --without-curl 101 104 endif 102 105 ifneq (${FWRT_PACKAGE_ASTERISK_MEETME},) … … 126 129 DESTDIR="$(WRKINST)" \ 127 130 OPTIMIZE="-Os" \ 131 CXX="${TARGET_CC}" \ 128 132 CFLAGS="" \ 129 133 STRIP="${TARGET_CROSS}strip" \


