Changeset 3281
- Timestamp:
- 07/19/07 04:30:46 (1 year ago)
- Files:
-
- trunk/freewrt/package/asterisk/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/asterisk/Makefile
r3280 r3281 62 62 --without-iksemel \ 63 63 --without-imap \ 64 --without-isdnnet \65 64 --without-kde \ 66 65 --without-nbs \ … … 73 72 --without-pwlib \ 74 73 --without-qt \ 75 --without-suppserv \76 74 --without-tds \ 77 75 --without-termcap \ … … 124 122 ifneq (${FWRT_PACKAGE_ASTERISK_CHAN_MISDN},) 125 123 CONFIGURE_ARGS+= --with-misdn=${STAGING_DIR}/usr 124 CONFIGURE_ARGS+= --with-isdnnet=${STAGING_DIR}/usr 125 CONFIGURE_ARGS+= --with-suppserv=${STAGING_DIR}/usr 126 126 TCPPFLAGS+= -I${LINUX_DIR}/include 127 127 else 128 CONFIGURE_ARGS+= --without-misdn 128 CONFIGURE_ARGS+= --without-misdn \ 129 --without-isdnnet \ 130 --without-suppserv 129 131 endif 130 132


