diff options
author | Stanislav Ochotnicky <sochotnicky@redhat.com> | 2014-01-20 15:07:47 +0100 |
---|---|---|
committer | Stanislav Ochotnicky <sochotnicky@redhat.com> | 2014-01-20 15:08:07 +0100 |
commit | b108e2de6a44de12ee2e4f5830c960eb47393380 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /app-arch/rpm/files/rpm-4.4.7-qa-fix-undefined.patch | |
parent | Update pyqtrailer to 0.3.4 (diff) | |
download | sochotnicky-b108e2de6a44de12ee2e4f5830c960eb47393380.tar.gz sochotnicky-b108e2de6a44de12ee2e4f5830c960eb47393380.tar.bz2 sochotnicky-b108e2de6a44de12ee2e4f5830c960eb47393380.zip |
Start from scratch
Diffstat (limited to 'app-arch/rpm/files/rpm-4.4.7-qa-fix-undefined.patch')
-rw-r--r-- | app-arch/rpm/files/rpm-4.4.7-qa-fix-undefined.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-arch/rpm/files/rpm-4.4.7-qa-fix-undefined.patch b/app-arch/rpm/files/rpm-4.4.7-qa-fix-undefined.patch deleted file mode 100644 index a5627eb..0000000 --- a/app-arch/rpm/files/rpm-4.4.7-qa-fix-undefined.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- rpmio/url.c.orig 2007-01-20 16:29:35.471962977 +0100 -+++ rpmio/url.c 2007-01-20 16:30:34.438967191 +0100 -@@ -28,6 +28,8 @@ - #define IPPORT_PGPKEYSERVER 11371 - #endif - -+#include <neon/ne_session.h> -+ - /** - */ - /*@unchecked@*/ - ---- lib/rpmrc.c.orig 2007-01-20 16:40:21.922342919 +0100 -+++ lib/rpmrc.c 2007-01-20 16:42:11.185674112 +0100 -@@ -13,7 +13,7 @@ - #else - #define __power_pc() 0 - #endif -- -+#include <rpmio_internal.h> - #include <rpmcli.h> - #include <rpmmacro.h> - #include <rpmlua.h> - ---- lib/rpmfi.c.orig 2007-01-20 18:11:30.186124993 +0100 -+++ lib/rpmfi.c 2007-01-20 18:13:26.938313715 +0100 -@@ -24,6 +24,7 @@ - - #include "misc.h" /* XXX stripTrailingChar */ - #include "rpmmacro.h" /* XXX rpmCleanPath */ -+#include "legacy.h" /* XXX dodigest */ - - #include "debug.h" |