Ticket #47445: rpm54.diff

File rpm54.diff, 403 bytes (added by Ionic (Mihai Moldovan), 9 years ago)

Run glibtoolize in pre-configure instead of post-patch. Fixes builds in trace mode.

  • sysutils/rpm54/Portfile

    diff --git a/sysutils/rpm54/Portfile b/sysutils/rpm54/Portfile
    index dcafb09..fdee6c7 100644
    a b post-extract { 
    7171
    7272post-patch {
    7373        reinplace "s/, @ldaddr//" ${worksrcpath}/perl/Makefile.PL.in ; # remove -rpath flags
     74}
     75
     76pre-configure {
    7477        system -W ${worksrcpath} "glibtoolize --install --force" ; # mandriva's libtool bugs
    7578}
    7679