]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-pld-autodep.patch
- obsolete
[packages/rpm.git] / rpm-pld-autodep.patch
index 61f24fa02053ea14feff0462300d3a2c48cf711d..1f5eda63ac052f46d11d093960851f5b34775ae8 100644 (file)
      /*@=branchstate =uniondef @*/
  
      /* For DSO's, provide the basename of the file if DT_SONAME not found. */
--    if (!fc->skipProv && isDSO && !gotSONAME) {
-+    if (findprov && !fc->skipProv && isDSO && !gotSONAME) {
+-    if (!fc->skipProv && isDSO && !gotDEBUG && !gotSONAME) {
++    if (findprov && !fc->skipProv && isDSO && !gotDEBUG && !gotSONAME) {
        depsp = &fc->provides;
        tagN = RPMTAG_PROVIDENAME;
        dsContext = RPMSENSE_FIND_PROVIDES;
This page took 0.318607 seconds and 4 git commands to generate.