Changeset 12241


Ignore:
Timestamp:
06/01/09 16:04:29 (4 years ago)
Author:
BrainSlayer
Message:

thread support required for pound

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/rules/openssl.mk

    r12240 r12241  
    3030                                        no-rmd160 no-aes192 no-ripemd no-camellia no-ans1 no-krb5 
    3131ifeq ($(CONFIG_XSCALE),y) 
    32 OPENSSL_OPTIONS:= no-ec no-err no-hw no-threads zlib-dynamic \ 
     32OPENSSL_OPTIONS:= no-ec no-err no-hw threads zlib-dynamic \ 
    3333                                        no-sse2 no-perlasm --with-cryptodev 
    3434else 
    35 OPENSSL_OPTIONS:= no-ec no-err no-hw no-threads zlib-dynamic \ 
     35OPENSSL_OPTIONS:= no-ec no-err no-hw threads zlib-dynamic \ 
    3636                                        no-engines no-sse2 no-perlasm 
    3737endif 
Note: See TracChangeset for help on using the changeset viewer.