diff --git a/general/genlib/nspr.xml b/general/genlib/nspr.xml index 0352f3e832..2ceaf98c4a 100644 --- a/general/genlib/nspr.xml +++ b/general/genlib/nspr.xml @@ -99,19 +99,7 @@ make Now, as the root user: -make install && -cat > /usr/lib/pkgconfig/nspr.pc << "HERE_DOC" -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include/nspr - -Name: NSPR -Description: The Netscape Portable Runtime -Version: &nspr-version;.0 -Libs: -L${libdir} -lplds4 -lplc4 -lnspr4 -lpthread -Cflags: -I${includedir} -HERE_DOC +make install @@ -147,12 +135,6 @@ HERE_DOC sed -i 's#$(LIBRARY) ##' config/rules.mk: This disables installing the static libraries. - - - cat > /usr/lib/pkgconfig/nspr.pc ...: This creates a - pkg-config file to help other programs find the nspr libraries. - -