Skip to content

Instantly share code, notes, and snippets.

@l1x
Created February 7, 2011 09:39
Show Gist options
  • Save l1x/814186 to your computer and use it in GitHub Desktop.
Save l1x/814186 to your computer and use it in GitHub Desktop.
ruby disable pthreads
WITHOUT_PTHREADS= yes
.if defined(WITHOUT_PTHREADS)
CONFIGURE_ARGS+=--disable-pthread
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+nopthreads
.else
LDFLAGS+= ${PTHREAD_LIBS}
CONFIGURE_ARGS+=--disable-pthread
.endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment