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
Richard Frith-MacDonald
a21bdd4ae8
fix typo
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39750 72102866-910b-0410-8b05-ffd578937521
2016-05-13 06:58:24 +00:00
Richard Frith-MacDonald
10fea27d0e
Fix removal of core files on clean, add doc tweaks from debian pacckagers.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@37666 72102866-910b-0410-8b05-ffd578937521
2014-02-02 06:36:36 +00:00
Nicola Pero
ccf1f873c8
Updated FilesystemLayouts/README for the fact that 'fhs' is now the default layout
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@34803 72102866-910b-0410-8b05-ffd578937521
2012-02-21 14:13:36 +00:00
Richard Frith-MacDonald
c31e244d02
put user domain in the same place as all the others for standalone build/install
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@34018 72102866-910b-0410-8b05-ffd578937521
2011-10-18 05:49:16 +00:00
Richard Frith-MacDonald
72f937026b
standalone deployment templates
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@34009 72102866-910b-0410-8b05-ffd578937521
2011-10-17 06:37:26 +00:00
Nicola Pero
245feb51ab
Updated apple-apple-apple support to automatically choose a reasonable filesystem and config file on Apple Mac OS X
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26176 72102866-910b-0410-8b05-ffd578937521
2008-03-02 18:37:50 +00:00
Nicola Pero
ffbea25fba
Updated some comments
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26175 72102866-910b-0410-8b05-ffd578937521
2008-03-02 17:42:28 +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
f267dee8af
Fixed fhs-system filesystem layout
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25118 72102866-910b-0410-8b05-ffd578937521
2007-05-02 13:46:18 +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
841d3ec953
Updated mac layout
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24951 72102866-910b-0410-8b05-ffd578937521
2007-03-30 12:39:39 +00:00
Nicola Pero
a6e98431eb
New mac filesystem layout
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24874 72102866-910b-0410-8b05-ffd578937521
2007-03-15 10:23:49 +00:00
Sergii Stoian
4ac61f803d
* FilesystemLayouts/next: Change GNUSTEP_*_LIBARARIES to
...
/GNULibrary instead of /GNUDeveloper. Change
GNUSTEP_USER_CONFIG_FILE to Library/Preferences/GNUstep.conf.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24822 72102866-910b-0410-8b05-ffd578937521
2007-03-08 13:22:53 +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
4df013f8f0
Windows updates
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24745 72102866-910b-0410-8b05-ffd578937521
2007-03-02 03:15:32 +00:00
Nicola Pero
0d064bc9f9
MinGW updates
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24717 72102866-910b-0410-8b05-ffd578937521
2007-02-28 07:00:36 +00:00
Nicola Pero
12730d7325
Updates to filesystem layout documentation and support files
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24695 72102866-910b-0410-8b05-ffd578937521
2007-02-26 18:50:11 +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
23bfbc32e7
Added historical layout
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24634 72102866-910b-0410-8b05-ffd578937521
2007-02-18 05:10:50 +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
852c9e219f
Tidied up explanations
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24609 72102866-910b-0410-8b05-ffd578937521
2007-02-16 16:44:35 +00:00
Nicola Pero
1c0cfbb7b3
Clarify that fat binaries are not 'unique' to the 'gnustep' layout, they just work well in there
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24607 72102866-910b-0410-8b05-ffd578937521
2007-02-16 16:33:26 +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
Nicola Pero
8bd8b002d1
Implemented filesystem support
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24597 72102866-910b-0410-8b05-ffd578937521
2007-02-16 04:22:26 +00:00