This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: libpng-1.0.13-2, libpng10-1.0.13-2, libpng10-devel-1.0.13-2


>>>>> In <20020507052829.76E7A1B3E2@redhat.com> 
>>>>>	Charles Wilson <cwilson@ece.gatech.edu> wrote:

> The symlinks I mentioned earlier:

>    in /usr/lib/pkgconfig:  libpng.pc    --> libpng10.pc

> I've implemented this symlink creation as part of the postinstall
> script.

The postinstall script creates symlink libpng.pc to .pc.

--- etc/postinstall/libpng10-devel.sh.orig	Tue May  7 16:55:28 2002
+++ etc/postinstall/libpng10-devel.sh	Tue May  7 16:57:24 2002
@@ -14,7 +14,7 @@
   ln -fs ${LIBNAME}.a         libpng.a
   ln -fs ${LIBNAME}.dll.a     libpng.dll.a )
 (cd ${libdir}/pkgconfig
-  ln -fs ${LIBAME}.pc         libpng.pc )
+  ln -fs ${LIBNAME}.pc         libpng.pc )
 (cd ${incdir}
   ln -fs ${LIBNAME}           libpng
   ln -fs ${LIBNAME}/png.h     png.h

-- 
WATANABE, Tadashi

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]