diff --git a/pkg.info b/pkg.info index d95f900..f81dd81 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: nss description: Network Security Services -version: 3.110 +version: 3.113 url: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS license: MPL2 architecture: any diff --git a/source.sh b/source.sh index 71d5917..bebebb8 100644 --- a/source.sh +++ b/source.sh @@ -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 } -# 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 # This function is used to move the compiled files into the output directory package() {