Skip to content

Instantly share code, notes, and snippets.

@neheb
Created January 12, 2020 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neheb/714676c6b926b8f3d40434ddec5d04d1 to your computer and use it in GitHub Desktop.
Save neheb/714676c6b926b8f3d40434ddec5d04d1 to your computer and use it in GitHub Desktop.
diff --git a/utils/canutils/Makefile b/utils/canutils/Makefile
index 4aebafd95..ffc94c97f 100644
--- a/utils/canutils/Makefile
+++ b/utils/canutils/Makefile
@@ -19,6 +19,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/can-utils-$(PKG_VERSION)
PKG_MAINTAINER:=Anton Glukhov <anton.a.glukhov@gmail.com>
PKG_LICENSE:=GPL-2.0-or-later
+PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
@@ -59,9 +60,6 @@ FILES:=canbusload can-calc-bit-timing candump \
$(foreach a,$(FILES),$(eval $(call GenPlugin,$(a))))
-MAKE_FLAGS += \
- PREFIX="$(CONFIGURE_PREFIX)"
-
define Package/canutils/install
true
endef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment