]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-perl-magic.patch
- add -Werror=trampoline to prevent GCC from generating code that require executable...
[packages/rpm.git] / rpm-perl-magic.patch
1 --- lib/rpmfc.c.orig    2014-10-07 15:53:03.185631053 +0100
2 +++ lib/rpmfc.c 2014-10-07 16:02:32.487591097 +0100
3 @@ -593,7 +593,8 @@
4  
5    { "Desktop Entry",           RPMFC_DESKTOP_FILE|RPMFC_INCLUDE },
6  
7    { "perl script text",                RPMFC_PERL|RPMFC_INCLUDE },
8 +  { "Perl script",             RPMFC_PERL|RPMFC_INCLUDE },
9    { "Perl5 module source text", RPMFC_PERL|RPMFC_MODULE|RPMFC_INCLUDE },
10  
11    { "PHP script text",         RPMFC_PHP|RPMFC_INCLUDE },
This page took 0.029266 seconds and 3 git commands to generate.