#9008: Update zlib to latest upstream, and clean up spkg-install
----------------------------+-----------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.4.3
Component: build | Keywords:
Author: David Kirkby | Upstream: N/A
Reviewer: Mike Hansen | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Changes (by drkirkby):
* owner: GeorgSWeber => drkirkby
Comment:
Mike,
when I grep 'cp' in the Makefile you posted, I see:
{{{
drkir...@hawk:~$ grep cp zlib-cygwin-Makefile
# cp contrib/asm?86/match.S ./match.S
cp $(STATICLIB) $(DESTDIR)$(libdir)
cp $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)
cp zlib.3 $(DESTDIR)$(man3dir)
cp zlib.pc $(DESTDIR)$(pkgconfigdir)
cp zlib.h zconf.h $(DESTDIR)$(includedir)
cp -p zconf.h.in zconf.h
}}}
When I do a recursive grep of 'DESTDIR' in the package, I find there is no
such text anywhere in the package. So it looks to me like DESTDIR is being
passed to the configure script - it's not a variable used in the original
source code of zlib, or in spkg-install. Note even 'DEST' is used in
either spkg-install or the zlib source code.
It seems '''very''' strange I must admit.
Dave
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9008#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.