Magellan Linux

Diff of /branches/magellan-next/extras/nss/nss-3.12.11-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9006 by niro, Mon Sep 19 22:08:40 2011 UTC revision 9007 by niro, Mon Sep 19 22:13:55 2011 UTC
# Line 57  src_compile() Line 57  src_compile()
57   export NSPR_INCLUDE_DIR=$(pkg-config --cflags-only-I nspr | sed 's:-I::')   export NSPR_INCLUDE_DIR=$(pkg-config --cflags-only-I nspr | sed 's:-I::')
58   export NSPR_LIB_DIR=$(pkg-config --libs-only-L nspr | sed 's:-L::')   export NSPR_LIB_DIR=$(pkg-config --libs-only-L nspr | sed 's:-L::')
59    
60   mmake -j1 BUILD_OPT=1 -C mozilla/security/coreconf || die   mmake -j1 BUILD_OPT=1 CC='${CC}' -C mozilla/security/coreconf || die
61   mmake -j1 BUILD_OPT=1 -C mozilla/security/dbm || die   mmake -j1 BUILD_OPT=1 CC='${CC}' -C mozilla/security/dbm || die
62   mmake -j1 BUILD_OPT=1 -C mozilla/security/nss || die   mmake -j1 BUILD_OPT=1 CC='${CC}' -C mozilla/security/nss || die
63  }  }
64    
65  src_install()  src_install()
# Line 72  src_install() Line 72  src_install()
72   m64) ABI_LIBDIR="lib64";;   m64) ABI_LIBDIR="lib64";;
73   esac   esac
74    
75   cd ${SRCDIR}-${abi}/mozilla/security/dist   cd ${SRCDIR}-${abi}/mozilla/dist
76    
77   # put all *.a files in /usr/lib/nss   # put all *.a files in /usr/lib/nss
78   # (because some have conflicting names with existing libraries)   # (because some have conflicting names with existing libraries)

Legend:
Removed from v.9006  
changed lines
  Added in v.9007