apparmor: fix typo
This commit is contained in:
parent
2c2fd164e2
commit
d03ae8efcd
|
@ -32,8 +32,8 @@ do_build() {
|
||||||
./configure ${configure_args}
|
./configure ${configure_args}
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
|
|
||||||
export CFLAGS+="-fPIC"
|
export CFLAGS+=" -fPIC"
|
||||||
export LDFLAGS+="-fPIE -pie"
|
export LDFLAGS+=" -fPIE -pie"
|
||||||
|
|
||||||
cd ${wrksrc}/binutils
|
cd ${wrksrc}/binutils
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
|
|
Loading…
Reference in New Issue