summaryrefslogtreecommitdiff
path: root/package/parprouted/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/parprouted/Makefile')
-rw-r--r--package/parprouted/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/parprouted/Makefile b/package/parprouted/Makefile
index d1200520a..8771625ad 100644
--- a/package/parprouted/Makefile
+++ b/package/parprouted/Makefile
@@ -17,7 +17,9 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,PARPROUTED,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-BUILD_STYLE:= auto
+CONFIG_STYLE:= manual
+INSTALL_STYLE:= manual
+
MAKE_FLAGS+= CC="${TARGET_CC}" \
CFLAGS="${TCFLAGS}" \
LDFLAGS=""