apparmor: fix typo
This commit is contained in:
parent
2c2fd164e2
commit
d03ae8efcd
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue