mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
parent
24ad535a86
commit
9a435d0211
1 changed files with 2 additions and 3 deletions
|
@ -19,9 +19,7 @@ nostrip_files="
|
||||||
POSIX_V7_ILP32_OFFBIG
|
POSIX_V7_ILP32_OFFBIG
|
||||||
POSIX_V6_LP64_OFF64
|
POSIX_V6_LP64_OFF64
|
||||||
POSIX_V7_LP64_OFF64
|
POSIX_V7_LP64_OFF64
|
||||||
XBS5_LP64_OFF64"
|
XBS5_LP64_OFF64
|
||||||
# Do not strip shlibs required by valgrind.
|
|
||||||
nostrip_files="
|
|
||||||
ld-${version}.so
|
ld-${version}.so
|
||||||
libdl-${version}.so
|
libdl-${version}.so
|
||||||
libanl-${version}.so
|
libanl-${version}.so
|
||||||
|
@ -56,6 +54,7 @@ lib32files="/usr/lib/gconv/gconv-modules"
|
||||||
lib32symlinks="ld-linux.so.2"
|
lib32symlinks="ld-linux.so.2"
|
||||||
# There's no point in building this for musl.
|
# There's no point in building this for musl.
|
||||||
only_for_archs="i686 x86_64 armv5tel armv6l armv7l aarch64"
|
only_for_archs="i686 x86_64 armv5tel armv6l armv7l aarch64"
|
||||||
|
nopie=yes
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Add table
Reference in a new issue