mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
libfontenc: build with -fPIC -DPIC flags
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -22,10 +22,7 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
if [ "$TARGET_ARCH" = x86_64 -o "$TARGET_ARCH" = arm ]; then
|
||||
CFLAGS="$CFLAGS -fPIC"
|
||||
LDFLAGS="$LDFLAGS -fPIC"
|
||||
fi
|
||||
CFLAGS="$CFLAGS -fPIC -DPIC"
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
|
||||
Reference in New Issue
Block a user