Changeset 2739

Show
Ignore:
Timestamp:
16.11.2008 04:04:30 (7 weeks ago)
Author:
oliver
Message:
  • stunnel: Change thread method from pthread to fork until uClibc problem is fixed (refs #233)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/make/stunnel/stunnel.mk

    r2315 r2739  
    99 
    1010$(PKG)_CONFIGURE_OPTIONS += --disable-libwrap 
    11 #$(PKG)_CONFIGURE_OPTIONS += --with-threads=fork 
    12 $(PKG)_CONFIGURE_OPTIONS += --with-threads=pthread 
     11$(PKG)_CONFIGURE_OPTIONS += --with-threads=fork 
     12#$(PKG)_CONFIGURE_OPTIONS += --with-threads=pthread 
    1313$(PKG)_CONFIGURE_OPTIONS += --with-ssl="$(TARGET_MAKE_PATH)/../usr" 
    1414