mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
alpine: fix pie build.
This commit is contained in:
parent
1add8c3ac1
commit
1d0f8f3232
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'alpine'
|
# Template file for 'alpine'
|
||||||
pkgname=alpine
|
pkgname=alpine
|
||||||
version=2.20
|
version=2.20
|
||||||
revision=3
|
revision=4
|
||||||
broken="http://build.voidlinux.eu/builders/armv6l_builder/builds/23093/steps/shell_3/logs/stdio" # recompile with -fPIC
|
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="${pkgname}-${version}"
|
build_wrksrc="${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -28,6 +27,6 @@ post_extract() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make -C pith help_c_gen help_h_gen \
|
make -C pith help_c_gen help_h_gen \
|
||||||
CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" CPPFLAGS=
|
CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" CPPFLAGS= LDFLAGS="$BUILD_LDFLAGS"
|
||||||
make ${makejobs} all CC="$CC"
|
make ${makejobs} all CC="$CC"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue