No need to manually run configure.

This commit is contained in:
fewtarius 2023-02-20 05:39:39 -05:00
parent b363dda30f
commit 84df94e641
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -12,9 +12,3 @@ PKG_TOOLCHAIN="configure"
PKG_CONFIGURE_OPTS_TARGET=" --disable-dict --disable-doxygen-doc"
pre_configure_target() {
cd ${PKG_BUILD}
./configure --disable-dict --disable-doxygen-doc
}