fosslinux
9bdf2f6e4d
Revert "common/gnu-configure-args: set exec_prefix to ${prefix}"
...
This reverts commit c96738a6e9
.
This breaks grub-install currently; a temporary rollback until it is
properly fixed.
2021-03-05 04:04:17 -03:00
Đoàn Trần Công Danh
c96738a6e9
common/gnu-configure-args: set exec_prefix to ${prefix}
...
autotools will pass its configure_args to subdir if required,
if we don't init exec_prefix, it will pass --libdir=NONE/lib{32,64} to
subdir configure.
2021-02-24 18:31:34 +07:00
John
7c495a8ca8
environment/configure/gnu-configure-args.sh: do not expand exec_prefix
...
the expansion did at least result in invalid pkgconfig
and cmake files generated in xapian-core
2021-02-17 22:19:33 +01:00
Érico Rolim
de99c9693f
environment/configure/gnu-configure: always include configure_args from
...
template last.
This makes sure that anything set in templates will override the
defaults.
2020-12-27 22:31:15 -03:00
q66
87d28506e1
build-style: change all build-styles to use /usr/libNN
2020-12-22 22:18:25 +01:00
q66
472b244572
configure/autoconf-cache: fix ppc and add ppcle
2020-04-30 01:06:51 +02:00
Thomas Batten
c785cfd34e
common: Add ppc target
2019-01-19 10:15:01 +01:00
q66
151f876627
common: add ppc64 build profiles and other ppc64 bits
...
This adds the build profiles for ppc64 targets as well as
modifications in other parts of the infra.
These targets are supported:
- ppc64le (glibc little endian elfv2)
- ppc64le-musl (musl little endian)
- ppc64-musl (musl big endian)
ELFv1 targets are explicitly not supported at this point.
Big endian musl supports ppc 970 or newer, while little endian
targets are set to a generic powerpc64le which effectively means
POWER8 and newer. Tuning is always set for POWER9, which is the
most likely target hardware. We also make sure AltiVec is always
on, because it is supported on all hardware we target.
[ci skip]
2019-01-05 23:38:00 +01:00
hipperson0
fb26ec4a5b
New package: cross-mips-linux-muslhf-0.24
2017-11-24 10:11:23 +01:00
Christian Neukirchen
4c4c82cb19
configure/gnu-configure-args.sh: match mipsel-musl.
2015-11-27 18:29:19 +01:00
Juan RP
53465da53f
xbps-src/environment: set --sbindir=/usr/bin in ${configure_args}.
2015-06-03 14:48:30 +02:00
Juan RP
0609f4c62b
environment/gnu-configure-args: set --mandir again.
2015-05-22 14:14:58 +02:00
Juan RP
1f2fec69a9
environment/gnu-configure-args: do not set --localedir.
...
Some pkgs error out if --localedir is set unconditionally (ncurses),
so that remove this for now.
2015-05-22 14:12:01 +02:00
Juan RP
d573e532db
env/gnu-configure-args: set --localedir and --bindir explicitely for now.
2015-05-22 11:03:29 +02:00
Juan RP
f7bb54b856
environment: override gettext tests for musl on native too.
2015-05-21 12:02:54 +02:00
Juan RP
fefa330484
environment: override gettext tests for musl.
2015-05-21 11:47:46 +02:00
Juan RP
fdc356cb60
xbps-src: environment/configure: apply arm cache overrides to armv5te too.
2015-05-01 08:18:07 +02:00
Juan RP
313cdf6ee6
xbps-src: force reconfiguration of base-directories in sysroot.
...
... otherwise some required symlinks in sysroot aren't created, and this
seems to be required when cross compiling for i686.
2015-04-15 12:23:07 +02:00
Juan RP
e898f68084
environment/configure: create lib32 symlink on i686.
...
otherwise in cross compilation the lib32 symlink is not created, because
base-directories post-install script is skipped.
2015-04-13 09:24:27 +02:00
Christian Neukirchen
1919bb36ca
common/environment/configure-args.sh: add aarch64*.
2015-03-30 18:33:43 +02:00
Juan RP
e68ead38a0
environment/gnu-configure-args: only set args in two specific cases.
...
Only set configure_args if build_style is unset or build_style=gnu-configure.
In other cases it's not really necessary to set them.
2014-11-23 11:16:39 +01:00
Juan RP
9963231e31
xbps-src: only set --{build,host} if build_style is unset or gnu-configure.
2014-11-12 09:16:54 +01:00
Juan RP
9a168e4463
xbps-src: introduce XBPS_TRIPLET and set it in the build-profiles.
...
This is for cases where host does not match build environment (x86_64 building for x86).
So we just force build/host triplet in native builds.
2014-11-11 22:24:40 +01:00
Juan RP
4a941c6dce
environment/gnu-configure-args: only set --libdir if build_style unset or gnu-configure.
2014-06-11 09:24:44 +02:00
Juan RP
77451b1845
Use --libdir=/usr/lib32 on x86 and create/remove the symlink via hooks.
...
This is to make all pkgs that use ${configure_args} work without changes
to the templates on x86_64.
2014-04-05 11:52:22 +02:00
Juan RP
0026342862
Infrastructure changes to allow unsetting template vars/funcs.
...
xbps-src-112 does not unset those vars/funcs anymore, so it's a work
that must be done via common/environment/setup{,-subpkg}.
2014-03-19 09:03:21 +01:00
Juan RP
083012db40
environment/configure: append cross gnu-configure args to configure_args even if build_style isn't set.
2014-03-11 19:14:19 +01:00
Juan RP
8e2b6811c1
common/environment/configure: only set up cross --host/--sysroot vars for build_style=gnu-configure.
2014-03-05 12:01:49 +01:00
Juan RP
09703ae245
environment/configure/gnu-configure-args.sh: also use common-linux for glibc.
2014-02-14 14:37:18 +01:00
Juan RP
16ed344975
Update environment shell snippets for xbps-src>=101.
2014-02-11 11:09:16 +01:00