Commit graph

10 commits

Author SHA1 Message Date
Frederik Carlier
adbab30895
Allow users to override the /lib dir
The [File Hierarchy Standard][1] allows for an alternative format for essential shared libraries, using `lib<qual>` instead of `lib`.

Some Linux distributions, like Enterprise Linux, adopt this, and on 64-bit systems the shared libraries would go into `lib64` instead of `lib`.

Currently the Fedora/EPEL packages [manually patch the fhs and fhs-system files][2].

This commit updates the `./configure` script so that the user can manually specify a `lib` folder, e.g. `--with-libdir=lib64`.

[1]: https://www.pathname.com/fhs/pub/fhs-2.3.html#LIBLTQUALGTALTERNATEFORMATESSENTIAL
[2] https://src.fedoraproject.org/rpms/gnustep-make/blob/rawhide/f/gnustep-make.spec#_64
2024-03-29 10:12:14 +00:00
Nicola Pero
f85ec90735 Fixed man and info paths for fhs layouts
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25961 72102866-910b-0410-8b05-ffd578937521
2008-01-17 02:24:05 +00:00
Nicola Pero
53300b02dc Fixed typo in location of user documentation directories
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25111 72102866-910b-0410-8b05-ffd578937521
2007-05-01 14:05:31 +00:00
Nicola Pero
f2a5f5795f Added GNUSTEP_*_USERS_DIR
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24779 72102866-910b-0410-8b05-ffd578937521
2007-03-06 13:24:25 +00:00
Nicola Pero
b55d6b203c Added GNUSTEP_*_WEB_APPS for GSWeb and SOPE; fixed some minor filesystem layouts bits
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24769 72102866-910b-0410-8b05-ffd578937521
2007-03-05 16:49:54 +00:00
Nicola Pero
299eb7e040 use shorter variable names for GNUSTEP_xxx_DOCUMENTATION[_yyy] variables, so that it works with tcsh 6.12 and other shells with limited variable name lengths
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24691 72102866-910b-0410-8b05-ffd578937521
2007-02-26 15:20:05 +00:00
Nicola Pero
bc40e45feb Added GNUSTEP_xxx_ADMIN_APPS and GNUSTEP_xxx_ADMIN_TOOLS
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24614 72102866-910b-0410-8b05-ffd578937521
2007-02-16 20:14:44 +00:00
Nicola Pero
db24150db2 Updated comments adding '(our equivalent for your Unix)' whenever /etc/ld.so.conf is mentioned
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24605 72102866-910b-0410-8b05-ffd578937521
2007-02-16 15:48:04 +00:00
Nicola Pero
b0b06df94d More comment updates making sure there is no confusion between linux and FHS
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24604 72102866-910b-0410-8b05-ffd578937521
2007-02-16 13:57:30 +00:00
Nicola Pero
cee487309c Changed into --with-layout=linux into --with-layout=fhs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24603 72102866-910b-0410-8b05-ffd578937521
2007-02-16 13:51:24 +00:00
Renamed from FilesystemLayouts/linux (Browse further)