diff --git a/packages/other/enca/build b/packages/other/enca/build index 4c6578241f..72871b4d77 100755 --- a/packages/other/enca/build +++ b/packages/other/enca/build @@ -27,6 +27,8 @@ if [ "$ICONV" = "libiconv" ]; then export LDFLAGS="$LDFLAGS -liconv" fi +CFLAGS="$CFLAGS -fPIC -DPIC" + cd $PKG_BUILD ac_cv_file__dev_random=yes \ ac_cv_file__dev_urandom=no \