|
|
@ -30,6 +30,12 @@ define Package/patch/description |
|
|
|
by applying a "patch" file typically created by the diff program. |
|
|
|
endef |
|
|
|
|
|
|
|
define Build/Configure |
|
|
|
$(call Build/Configure/Default,\
|
|
|
|
--disable-xattr \
|
|
|
|
) |
|
|
|
endef |
|
|
|
|
|
|
|
define Build/Compile |
|
|
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
|
|
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
|
|