From: florian Date: Sun, 6 Jan 2008 12:19:03 +0000 (+0000) Subject: Compile digitemp with usb (#2982) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f7b75c1862f69ad314899afc2e334507ab11b61e;p=packages.git Compile digitemp with usb (#2982) git-svn-id: svn://svn.openwrt.org/openwrt/packages@10128 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/digitemp/Makefile b/utils/digitemp/Makefile index 50ea1d57d..8b7f90714 100644 --- a/utils/digitemp/Makefile +++ b/utils/digitemp/Makefile @@ -32,7 +32,7 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS) -DLINUX -I$(STAGING_DIR)/usr/include \ - -I/.src -I./userial" \ + -I/.src -I./userial -DOWUSB" \ LIBS="-L$(STAGING_DIR)/usr/lib -lusb -lm" \ DESTDIR="$(PKG_INSTALL_DIR)" \ ds2490