Browse Source

set to noscripts to avoid a non fatal error message

Waldemar Brodkorb 11 years ago
parent
commit
3ce61e25b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/libpthread/Makefile

+ 1 - 1
package/libpthread/Makefile

@@ -16,7 +16,7 @@ endif
 PKG_NAME:=		libpthread
 PKG_NAME:=		libpthread
 PKG_DESCR:=		posix threading library
 PKG_DESCR:=		posix threading library
 PKG_SECTION:=		libs/misc
 PKG_SECTION:=		libs/misc
-PKG_OPTS:=		noremove nostaging
+PKG_OPTS:=		noremove nostaging noscripts
 
 
 NO_DISTFILES:=		1
 NO_DISTFILES:=		1