* Handle weird cases when the server redirects us while setting a

cookie.

svn path=/nixpkgs/trunk/; revision=7352
This commit is contained in:
Eelco Dolstra
2006-12-15 21:28:59 +00:00
parent b83fc581e2
commit f59f5d7d96
2 changed files with 7 additions and 2 deletions
+5 -1
View File
@@ -13,4 +13,8 @@
seem to like Glibc `libintl.h'; needs the gettext one instead.
[Move from libbonoboui]
* Fix the bzip2 build generically.
* Fix the bzip2 build generically.
* In stdenv/setup.sh: put the call to patchelf etc. in a separate
phase (fixupPhase?) that comes after the installPhase. This is so
that when one overrides installPhase, the fixup stuff is still done.