diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-05 16:03:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-05 16:04:04 +0200 |
commit | 9ea454f2ec8b40b3d0ffe69d701266700688bc4e (patch) | |
tree | 5febab4c10a1d291fd953c577c845422ec9b2a66 /package/libpthread/Makefile | |
parent | 8ab963da3afe7627e13909d8ec36228914a5df07 (diff) |
fix missing kernel-version in libc-dev packages, add PKG_OPTS nostaging for libc packages, to avoid cpio errors
Diffstat (limited to 'package/libpthread/Makefile')
-rw-r--r-- | package/libpthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpthread/Makefile b/package/libpthread/Makefile index 88d10d561..c1caada6c 100644 --- a/package/libpthread/Makefile +++ b/package/libpthread/Makefile @@ -16,7 +16,7 @@ endif PKG_NAME:= libpthread PKG_DESCR:= posix threading library PKG_SECTION:= libs/misc -PKG_OPTS:= noremove +PKG_OPTS:= noremove nostaging NO_DISTFILES:= 1 |