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 |
|