diff options
Diffstat (limited to 'src/pthreads.mk')
-rw-r--r-- | src/pthreads.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pthreads.mk b/src/pthreads.mk index 2b00ce7..90bf9b2 100644 --- a/src/pthreads.mk +++ b/src/pthreads.mk @@ -4,11 +4,9 @@ # Pthreads-w32 PKG := pthreads $(PKG)_IGNORE := -$(PKG)_VERSION := 2-8-0 $(PKG)_CHECKSUM := da8371cb20e8e238f96a1d0651212f154d84a9ac $(PKG)_SUBDIR := pthreads-w32-$($(PKG)_VERSION)-release $(PKG)_FILE := pthreads-w32-$($(PKG)_VERSION)-release.tar.gz -$(PKG)_WEBSITE := http://sourceware.org/pthreads-win32/ $(PKG)_URL := ftp://sourceware.org/pub/pthreads-win32/$($(PKG)_FILE) $(PKG)_DEPS := gcc |