]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- mark "auto directory dependencies" as obsolete and never set it when building with...
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 13 Feb 2021 17:33:50 +0000 (18:33 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 13 Feb 2021 17:33:50 +0000 (18:33 +0100)
rpm4-no-dir-deps.patch

index eeacb4540dd29ec188e78576f8f2dab94d0f34d8..f05ee0d19ee6aeb061bc25eef77e0f38d598f33c 100644 (file)
                      v = 1;
  #endif
                      break;
+--- poldek-0.42.2/conf_sections.c~     2020-01-25 23:10:38.000000000 +0100
++++ poldek-0.42.2/conf_sections.c      2021-02-13 18:32:16.569364907 +0100
+@@ -214,9 +214,13 @@
+              0, { 0 } },
+              
+    { "auto directory dependencies", 
++#if defined(HAVE_RPMORG)
++     CONF_TYPE_BOOLEAN3 | CONF_TYPE_F_OBSL, NULL, 0, { 0 } },
++#else
+      CONF_TYPE_BOOLEAN3,
+              "auto",
+              POLDEK_OP_AUTODIRDEP, { 0 } },
++#endif
+              
+    { "follow", 
+      CONF_TYPE_BOOLEAN,
This page took 0.237655 seconds and 4 git commands to generate.