From: Jo-Philipp Wich Date: Sat, 4 Feb 2012 20:59:49 +0000 (+0000) Subject: [packages_10.03.2] owfs: merge r27858 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=adea3604c51cb4a0ae79e47e388bebdf56e0d865 [packages_10.03.2] owfs: merge r27858 SVN-Revision: 30149 --- diff --git a/utils/owfs/Makefile b/utils/owfs/Makefile index eb2b524154..8e208fdcf0 100644 --- a/utils/owfs/Makefile +++ b/utils/owfs/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=owfs -PKG_VERSION:=2.8p4 -PKG_RELEASE:=2 +PKG_VERSION:=2.8p13 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_MD5SUM:=beccd8765184b2abea0a3f28dc466ea3 +PKG_MD5SUM:=cc3e2542aed41c753bffca13f2a0a84e -PKG_FIXUP:=libtool +PKG_FIXUP:=libtool PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -167,16 +167,12 @@ CONFIGURE_ARGS += \ --with-fuseinclude="$(STAGING_DIR)/usr/include" \ --with-fuselib="$(STAGING_DIR)/usr/lib" \ --enable-shared \ - --disable-rpath \ --enable-zero \ --disable-parport \ - --disable-ownfsd \ --disable-ownet \ --disable-owpython \ - --disable-libow-perl \ --disable-owphp \ --disable-owtcl \ - --disable-owside \ --disable-swig \ CONFIGURE_VARS += \ @@ -185,13 +181,9 @@ CONFIGURE_VARS += \ lt_cv_sys_lib_search_path_spec="$(STAGING_DIR)/lib $(STAGING_DIR)/usr/lib" \ shrext_cmds=".so" \ -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) \ - CC="$(TARGET_CC)" \ - DESTDIR="$(PKG_INSTALL_DIR)" \ - HOST_CPU="$(PKGARCH)" \ - all install -endef +MAKE_FLAGS += \ + CC="$(TARGET_CC)" \ + HOST_CPU="$(PKGARCH)" define Build/InstallDev $(INSTALL_DIR) $(STAGING_DIR)/usr/include