diff options
-rw-r--r-- | package/libpthread/Makefile | 2 | ||||
-rw-r--r-- | package/librt/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/libpthread/Makefile b/package/libpthread/Makefile index 4589d6c0a..269791aa5 100644 --- a/package/libpthread/Makefile +++ b/package/libpthread/Makefile @@ -15,7 +15,7 @@ endif PKG_NAME:= libpthread PKG_DESCR:= posix threading library -PKG_SECTION:= libs/misc +PKG_SECTION:= base/libs PKG_OPTS:= noremove nostaging noscripts NO_DISTFILES:= 1 diff --git a/package/librt/Makefile b/package/librt/Makefile index 66461aab1..3fddc3bb9 100644 --- a/package/librt/Makefile +++ b/package/librt/Makefile @@ -12,7 +12,7 @@ endif PKG_NAME:= librt PKG_DESCR:= realtime library -PKG_SECTION:= libs/misc +PKG_SECTION:= base/libs PKG_OPTS:= noremove NO_DISTFILES:= 1 |