* it ignores any "unrecognized" LDFLAGS: (MakeMaker problem ?)
Unrecognized argument in LIBS ignored: '-arch'
Unrecognized argument in LIBS ignored: 'ppc'
Unrecognized argument in LIBS ignored: '-arch'
Unrecognized argument in LIBS ignored: 'i386'
Unrecognized argument in LIBS ignored: '-Wl,-search_paths_first'
Unrecognized argument in LIBS ignored: '-Wl,-search_paths_first'
Writing Makefile.perl for RPM
This makes it link against the system libraries on Mac OS X,
e.g. /usr/lib/libsqlite3.dylib, instead of my static libraries
that I want it to be linking against (i.e. the same as RPM use)
Hacked around this by rebuilding with LD="ld -search_paths_first"
* it installs manpages in man/man3 instead of specified --mandir
That is I had configured it to install the manpages under
share/man, and that worked for the RPM manual but not for
the RPM-Perl manual which still installed as man only...
Ignoring this issue for now, but it seems broken for /usr/local ?
--anders
Received on Sat Aug 25 15:22:15 2007