patch-hdmi-cec_Makefile 441 B

1234567891011
  1. --- imx-lib-3.10.53-1.1.0.orig/hdmi-cec/Makefile 2014-12-23 03:34:05.000000000 -0600
  2. +++ imx-lib-3.10.53-1.1.0/hdmi-cec/Makefile 2015-03-08 13:57:44.305700918 -0500
  3. @@ -33,7 +33,7 @@ all install :
  4. endif
  5. %.o: %.c
  6. - $(CC) -D$(PLATFORM) -Wall -fPIC $(CFLAGS) -c $^ -o $@
  7. + $(CC) -D$(PLATFORM) $(CPPFLAGS) $(CFLAGS) -fPIC -c $^ -o $@
  8. $(LIBNAME).so.$(SONAMEVERSION): $(OBJ)
  9. $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ $(LDFLAGS)