apparmor: fix typo

This commit is contained in:
Enno Boland 2018-05-29 17:27:19 +02:00
parent 2c2fd164e2
commit d03ae8efcd
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ do_build() {
./configure ${configure_args}
make ${makejobs}
export CFLAGS+="-fPIC"
export LDFLAGS+="-fPIE -pie"
export CFLAGS+=" -fPIC"
export LDFLAGS+=" -fPIE -pie"
cd ${wrksrc}/binutils
make ${makejobs}