Changeset View
Changeset View
Standalone View
Standalone View
files/nss-3.35-standalone-1.patch
- This file was moved from files/nss-3.34.1-standalone-1.patch.
| Submitted By: DJ Lucas <dj_AT_linuxfromscratch_DOT_org> | Submitted By: DJ Lucas <dj_AT_linuxfromscratch_DOT_org> | ||||
| Date: 2016-12-27 | Date: 2016-12-27 | ||||
| Initial Package Version: 3.12.4 | Initial Package Version: 3.12.4 | ||||
| Upstream Status: Not applicable | Upstream Status: Not applicable | ||||
| Origin: Self, rediffed for nss-3.28. | Origin: Self, rediffed for nss-3.28. | ||||
| Description: Adds auto-generated nss.pc and nss-config script, and | Description: Adds auto-generated nss.pc and nss-config script, and | ||||
| allows building without nspr in the source tree. | allows building without nspr in the source tree. | ||||
| For 3.35, Requires: updated to nspr >= 4.18. | |||||
| diff -Naurp nss-3.28-orig/nss/Makefile nss-3.28/nss/Makefile | diff -Naurp nss-3.28-orig/nss/Makefile nss-3.28/nss/Makefile | ||||
| --- nss-3.28-orig/nss/Makefile 2016-12-21 05:56:27.000000000 -0600 | --- nss-3.28-orig/nss/Makefile 2016-12-21 05:56:27.000000000 -0600 | ||||
| +++ nss-3.28/nss/Makefile 2016-12-26 22:24:52.695146032 -0600 | +++ nss-3.28/nss/Makefile 2016-12-26 22:24:52.695146032 -0600 | ||||
| @@ -46,7 +46,7 @@ include $(CORE_DEPTH)/coreconf/rules.mk | @@ -46,7 +46,7 @@ include $(CORE_DEPTH)/coreconf/rules.mk | ||||
| # (7) Execute "local" rules. (OPTIONAL). # | # (7) Execute "local" rules. (OPTIONAL). # | ||||
| ####################################################################### | ####################################################################### | ||||
| ▲ Show 20 Lines • Show All 210 Lines • ▼ Show 20 Lines | |||||
| +prefix=@prefix@ | +prefix=@prefix@ | ||||
| +exec_prefix=@exec_prefix@ | +exec_prefix=@exec_prefix@ | ||||
| +libdir=@libdir@ | +libdir=@libdir@ | ||||
| +includedir=@includedir@ | +includedir=@includedir@ | ||||
| + | + | ||||
| +Name: NSS | +Name: NSS | ||||
| +Description: Network Security Services | +Description: Network Security Services | ||||
| +Version: @NSS_MAJOR_VERSION@.@NSS_MINOR_VERSION@.@NSS_PATCH_VERSION@ | +Version: @NSS_MAJOR_VERSION@.@NSS_MINOR_VERSION@.@NSS_PATCH_VERSION@ | ||||
| +Requires: nspr >= 4.10 | +Requires: nspr >= 4.18 | ||||
| +Libs: -L@libdir@ -lnss@NSS_MAJOR_VERSION@ -lnssutil@NSS_MAJOR_VERSION@ -lsmime@NSS_MAJOR_VERSION@ -lssl@NSS_MAJOR_VERSION@ -lsoftokn@NSS_MAJOR_VERSION@ | +Libs: -L@libdir@ -lnss@NSS_MAJOR_VERSION@ -lnssutil@NSS_MAJOR_VERSION@ -lsmime@NSS_MAJOR_VERSION@ -lssl@NSS_MAJOR_VERSION@ -lsoftokn@NSS_MAJOR_VERSION@ | ||||
| +Cflags: -I${includedir} | +Cflags: -I${includedir} | ||||
| + | + | ||||
| diff -Naurp nss-3.28-orig/nss/manifest.mn nss-3.28/nss/manifest.mn | diff -Naurp nss-3.28-orig/nss/manifest.mn nss-3.28/nss/manifest.mn | ||||
| --- nss-3.28-orig/nss/manifest.mn 2016-12-21 05:56:27.000000000 -0600 | --- nss-3.28-orig/nss/manifest.mn 2016-12-21 05:56:27.000000000 -0600 | ||||
| +++ nss-3.28/nss/manifest.mn 2016-12-26 22:24:12.278991843 -0600 | +++ nss-3.28/nss/manifest.mn 2016-12-26 22:24:12.278991843 -0600 | ||||
| @@ -10,4 +10,4 @@ IMPORTS = nspr20/v4.8 \ | @@ -10,4 +10,4 @@ IMPORTS = nspr20/v4.8 \ | ||||
| RELEASE = nss | RELEASE = nss | ||||
| -DIRS = coreconf lib cmd cpputil gtests | -DIRS = coreconf lib cmd cpputil gtests | ||||
| +DIRS = coreconf lib cmd cpputil gtests config | +DIRS = coreconf lib cmd cpputil gtests config | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.