samba: build with -fPIC -DPIC flags

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-27 02:35:23 +02:00
parent 0f9320ac02
commit dccd574fde

View File

@ -28,6 +28,8 @@ else
SMB_AVAHI="--disable-avahi" SMB_AVAHI="--disable-avahi"
fi fi
CFLAGS="$CFLAGS -fPIC -DPIC"
cd $PKG_BUILD/source3 cd $PKG_BUILD/source3
sh autogen.sh sh autogen.sh