]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- fix segfault at install-dist
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 23 Sep 2007 13:51:01 +0000 (13:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-install-dist.patch -> 1.1

poldek-install-dist.patch [new file with mode: 0644]

diff --git a/poldek-install-dist.patch b/poldek-install-dist.patch
new file mode 100644 (file)
index 0000000..a460584
--- /dev/null
@@ -0,0 +1,11 @@
+--- poldek/install-dist.c~     2007-07-01 23:04:26.000000000 +0200
++++ poldek/install-dist.c      2007-09-23 15:45:51.812485873 +0200
+@@ -232,6 +232,8 @@
+     rc = 1;
++    pkgs = pkgmark_get_packages(ts->pms, PKGMARK_MARK | PKGMARK_DEP);
++
+     ignorer = ts->getop(ts, POLDEK_OP_NODEPS);
+     if (!packages_verify_dependecies(pkgs, ts->ctx->ps) && !ignorer)
+         nerr++;
This page took 0.264676 seconds and 4 git commands to generate.