- Jul 08, 2013
-
-
Also remove incomplete efforts at listing "Depends on: ..."
-
Natanael Copa authored
-
- Jul 02, 2013
-
-
Natanael Copa authored
introduce post_unpack that by default will search for config.sub and config.guess and replace those if found. we ship our own version of those files
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
check for pkguser, pkggroup, subpackage
-
- Apr 23, 2013
-
-
Natanael Copa authored
so subfunctions don't overwrite the global variables like depends, pkgdesc etc.
-
- Apr 19, 2013
-
-
Natanael Copa authored
via ABUILD_LOG_CMD config option This is supposed to be used on the build servers
-
- Feb 21, 2013
-
-
Natanael Copa authored
syslinux switched to elf format from 5.0
-
- Feb 20, 2013
-
-
Natanael Copa authored
This is an alternative to saveas-*:// which should be slightly more intuitive. It also is similar to what arch linux does.
-
- Feb 13, 2013
-
-
Natanael Copa authored
-
- Feb 07, 2013
-
-
Natanael Copa authored
This has the nice effect that we get the index automatically built for our REPODEST. Discussion here: http://lists.alpinelinux.org/alpine-devel/0249.html
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
fixes #1477
-
- Jan 07, 2013
-
-
Carlo Landmeter authored
ref #1537
-
- Nov 29, 2012
-
-
Natanael Copa authored
-
Natanael Copa authored
ref #1484
-
Natanael Copa authored
-
- Oct 30, 2012
-
-
Natanael Copa authored
- remove duplicate provides with so version 0 - exit with error if there are multiple provides with different versions
-
- Oct 11, 2012
-
-
Natanael Copa authored
-
- Oct 10, 2012
-
-
Natanael Copa authored
It is never and should never be used.
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
- Oct 04, 2012
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- Oct 02, 2012
-
-
Natanael Copa authored
So far only openjdk6 needs it and uclibc cannot have it, so we make it optional.
-
Natanael Copa authored
This will hopefully help detect depends problems early
-
Natanael Copa authored
-
Natanael Copa authored
and fall back to traditional so dependency tracing when not available also sort the deps
-
- Sep 19, 2012
-
-
Natanael Copa authored
-
- Sep 14, 2012
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- Sep 10, 2012
-
-
Natanael Copa authored
This option will enable recursive search of shared-objects, which is disable by default.
-
- Sep 08, 2012
-
-
Natanael Copa authored
Skip .so files without version number in filename when soname has version number. This solves issue with libgcj/gcc-java who ships both libgcj_bc.so and libgcj_bc.so.1.0.0 which both has soname libgcj_bc.so.1
-
Natanael Copa authored
So we actually scan those dirs
-
- Sep 06, 2012
-
-
Natanael Copa authored
-
Natanael Copa authored
This is to avoid scan dlopen'ed plugins. We scan any rpath set by any subpackage from same apkbuild. If it depends on rpath to other package, developer will have to add that to ldpath. This change means we have to move generation of .provides-so and .needs-so til after all .rpaths are generated.
-