Commit graph

11 commits

Author SHA1 Message Date
tv
e9b1ca5dea Switch USE_LIBTOOL pkgs to use pkglibtool, and revert libtool back to a
"vanilla" libtool (pkg now called glibtool) that understands NetBSD ELF.
1998-10-02 14:49:33 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
tv
5b9f761eb7 Add the option --install-la to libtool (ignored except during
installation) which will enable the GNU libtool behavior of installing the
.la files.  Needed by KDE for the kdelibs and kdesupport.
1998-07-21 21:10:22 +00:00
tv
0948133fc8 Eliminate ".la file is not installed" warnings - our linker doesn't
require relinking of .so-linked objects, so do not worry about
finalization.
1998-07-17 14:48:15 +00:00
tv
ce44544840 Change libtool _not_ to install the .la file. Though marked as "for
informational purposes," it's not used by any of the toolchain and is
pretty much useless.
1998-07-16 13:36:47 +00:00
tv
318df9d19e If neither ld.so nor ld.elf_so exist in /usr/libexec, assume this system
is incapable of shared libraries and add --disable-shared to
CONFIGURE_ARGS.
1998-07-14 15:04:47 +00:00
tv
153462f2ce For consistency between a.out and ELF NetBSD platforms, use the same
two-part versioning scheme on ELF as well.
1998-07-13 02:53:56 +00:00
tv
36d40cbb07 Add and activate libtool (with a.out and ELF support), a GNU utility for
making static and shared libraries in a machine-independent fashion.
1998-07-13 01:53:49 +00:00
tv
cf2bb8ecf6 Import of FreeBSD's libtool pkg (patches to follow). 1998-07-13 01:50:08 +00:00