Update package version to 3.113 and remove long tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: nss
|
name: nss
|
||||||
description: Network Security Services
|
description: Network Security Services
|
||||||
version: 3.110
|
version: 3.113
|
||||||
url: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
|
url: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
|
||||||
license: MPL2
|
license: MPL2
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -23,13 +23,6 @@ build() {
|
|||||||
make BUILD_OPT=1 NSPR_INCLUDE_DIR=/usr/include/nspr USE_SYSTEM_ZLIB=1 ZLIB_LIBS=-lz NSS_ENABLE_WERROR=0 USE_64=1 NSS_USE_SYSTEM_SQLITE=1
|
make BUILD_OPT=1 NSPR_INCLUDE_DIR=/usr/include/nspr USE_SYSTEM_ZLIB=1 ZLIB_LIBS=-lz NSS_ENABLE_WERROR=0 USE_64=1 NSS_USE_SYSTEM_SQLITE=1
|
||||||
}
|
}
|
||||||
|
|
||||||
# The check function is executed in the source directory
|
|
||||||
# This function is used to run tests to verify the package has been compiled correctly
|
|
||||||
check() {
|
|
||||||
cd nss/tests
|
|
||||||
HOST=localhost DOMSUF=localdomain ./all.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
# The package function is executed in the source directory
|
# The package function is executed in the source directory
|
||||||
# This function is used to move the compiled files into the output directory
|
# This function is used to move the compiled files into the output directory
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user