Changeset 3281

Show
Ignore:
Timestamp:
07/19/07 04:30:46 (1 year ago)
Author:
wbx
Message:

better unbreak now this package, before tg@ kicks my ass when he awakes. yes i fear his quality assurement methods. ;)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/asterisk/Makefile

    r3280 r3281  
    6262                        --without-iksemel \ 
    6363                        --without-imap \ 
    64                         --without-isdnnet \ 
    6564                        --without-kde \ 
    6665                        --without-nbs \ 
     
    7372                        --without-pwlib \ 
    7473                        --without-qt \ 
    75                         --without-suppserv \ 
    7674                        --without-tds \ 
    7775                        --without-termcap \ 
     
    124122ifneq (${FWRT_PACKAGE_ASTERISK_CHAN_MISDN},) 
    125123CONFIGURE_ARGS+=        --with-misdn=${STAGING_DIR}/usr 
     124CONFIGURE_ARGS+=        --with-isdnnet=${STAGING_DIR}/usr 
     125CONFIGURE_ARGS+=        --with-suppserv=${STAGING_DIR}/usr 
    126126TCPPFLAGS+=             -I${LINUX_DIR}/include 
    127127else 
    128 CONFIGURE_ARGS+=        --without-misdn  
     128CONFIGURE_ARGS+=        --without-misdn \ 
     129                        --without-isdnnet \ 
     130                        --without-suppserv 
    129131endif 
    130132