patch-Make_rules 528 B

1234567891011121314151617
  1. --- v4l-utils-0.8.5.orig/Make.rules 2011-07-17 18:06:39.000000000 +0200
  2. +++ v4l-utils-0.8.5/Make.rules 2011-09-18 20:20:32.000000000 +0200
  3. @@ -2,12 +2,12 @@ V4L_UTILS_VERSION=0.8.5
  4. # These ones can be overriden from the cmdline
  5. -CFLAGS := -g -O1
  6. +CFLAGS ?= -g -O1
  7. CFLAGS += -Wall -Wpointer-arith
  8. CXXFLAGS := $(CFLAGS)
  9. CFLAGS += -Wstrict-prototypes -Wmissing-prototypes
  10. -PREFIX = /usr/local
  11. +PREFIX = /usr
  12. LIBDIR = $(PREFIX)/lib
  13. # subdir below LIBDIR in which to install the libv4lx libc wrappers
  14. LIBSUBDIR = libv4l