Bruce Dubbs wrote:
> alex lupu wrote:
>>> Bruce wrote:
>>> There are definitely problems with the patch.
>>> I'm working on another project right now, but I'll try to analyze
>>> what needs to be done later if Armin doesn't get to it first.

This patch to the patch seems to work for me with the current BLFS 
instructions.  I'm not sure how to test it after installation though.
nss-config works.

   -- Bruce

--- nss-3.15-standalone-1.patch 2013-07-02 11:48:07.000000000 -0500
+++ nss-3.15-standalone-1.patch.good    2013-07-02 22:39:08.000000000 -0500
@@ -9,7 +9,7 @@
  --- a/nss/config/Makefile      1970-01-01 01:00:00.000000000 +0100
  +++ b/nss/config/Makefile      2013-07-02 14:41:34.864754640 +0200
  @@ -0,0 +1,40 @@
-+CORE_DEPTH = ../..
++CORE_DEPTH = ../
  +DEPTH      = ../..
  +
  +include $(CORE_DEPTH)/coreconf/config.mk
@@ -33,7 +33,7 @@
  +          -e "s,@NSS_PATCH_VERSION@,$(NSS_PATCH_VERSION)," \
  +          nss.pc.in > nss.pc
  +      chmod 0644 nss.pc
-+      ln -sf ../../../../security/nss/config/nss.pc $(DIST)/lib/pkgconfig
++      cp -v nss.pc $(DIST)/lib/pkgconfig
  +
  +      # Create the nss-config script
  +      mkdir -p $(DIST)/bin
@@ -43,7 +43,7 @@
  +          -e "s,@NSS_PATCH_VERSION@,$(NSS_PATCH_VERSION)," \
  +          nss-config.in > nss-config
  +      chmod 0755 nss-config
-+      ln -sf ../../../security/nss/config/nss-config $(DIST)/bin
++      cp -v nss-config $(DIST)/bin
  +
  +libs:
  +
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to