alpine: fix pie build.

This commit is contained in:
Christian Neukirchen 2016-03-31 14:38:30 +02:00
parent 1add8c3ac1
commit 1d0f8f3232

View file

@ -1,8 +1,7 @@
# Template file for 'alpine'
pkgname=alpine
version=2.20
revision=3
broken="http://build.voidlinux.eu/builders/armv6l_builder/builds/23093/steps/shell_3/logs/stdio" # recompile with -fPIC
revision=4
create_wrksrc=yes
build_wrksrc="${pkgname}-${version}"
build_style=gnu-configure
@ -28,6 +27,6 @@ post_extract() {
do_build() {
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"
}