PKG_NAME:=qc-usb
PKG_VERSION:=0.6.6
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/qce-ga
define Build/Compile/user
$(MAKE) -C $(PKG_BUILD_DIR) \
+ CC="$(TARGET_CC)" \
CFLAGS="$(TARGET_CFLAGS)" \
qcset
endef
--- /dev/null
+diff -rupN original/Makefile new/Makefile
+--- original/Makefile 2006-10-23 21:06:19.000000000 -0500
++++ new/Makefile 2009-02-03 08:57:20.000000000 -0600
+@@ -183,7 +183,7 @@ install: $(MODULE_NAME)
+ -$(DEPMOD) -a
+
+ qcset: qcset.c quickcam.h
+- gcc -Wall -O2 -s qcset.c -o qcset -lm
++ $(CC) -Wall -O2 -s qcset.c -o qcset -lm
+
+ .PHONY: patch
+ patch: kernel-patch kernel-files