-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a script I wrote that "so far" has stopped compiles from using the libtool pseudo-libraries. I call it as a post-configure script. it modifies the Makefile replacing the *.la references with their -lname (generated from data inside the pseudo-library). it then modifies the libtool script in $(WORKSRC) removing the .la extention from the library search.
I need help to test this against other builds to get it as "generic" as possible so we can possibly add it as an Option in mgar. I checked it into subversion https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/fixme/fixme.sh copy fixme.sh to files add - ---- post-configure-$(MODULATION): @(echo "~~~ Fixing Libtool ~~~") @$(DOWNLOADDIR)/fixme.sh $(WORKSRC) $(DONADA) - ---- to your Makefile - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (SunOS) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmfKvIACgkQLrhmsXMSLxci0QCgy78JnObK7XbqAktaBZXiaPu0 KuUAoMukP9USISu88Q6RXXshyLEUFGvh =OCFI -----END PGP SIGNATURE----- _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
