libgpg-error: fix riscv64
[openadk.git] / package / imx-lib / patches / patch-ipu_Makefile
blob6016a1a26eee3c466e1359c7b6153e7fbd53abf5
1 --- imx-lib-3.10.17-1.0.0.orig/ipu/Makefile     2014-01-16 15:27:12.000000000 +0100
2 +++ imx-lib-3.10.17-1.0.0/ipu/Makefile  2014-08-27 08:37:52.467524299 +0200
3 @@ -17,11 +17,11 @@ ifeq ($(PLATFORM), $(findstring $(PLATFO
4  all: $(LIBNAME).so
5  
6  install:
7 -       @mkdir -p $(DEST_DIR)/usr/lib
8 -       cp -P $(LIBNAME).* $(DEST_DIR)/usr/lib
9 -       @mkdir -p $(DEST_DIR)/usr/include
10 -       cp mxc_ipu_hl_lib.h $(DEST_DIR)/usr/include
11 -       cp ipu.h $(DEST_DIR)/usr/include
12 +       @mkdir -p $(DESTDIR)/usr/lib
13 +       cp -P $(LIBNAME).* $(DESTDIR)/usr/lib
14 +       @mkdir -p $(DESTDIR)/usr/include
15 +       cp mxc_ipu_hl_lib.h $(DESTDIR)/usr/include
16 +       cp ipu.h $(DESTDIR)/usr/include
17  else
18  all install:
19         @echo "Not support platform, will not complile"
20 @@ -37,7 +37,7 @@ $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVER
21  ifeq "$(PLATFORM)" ""
22         $(error "Unspecified PLATFORM variable")
23  endif
24 -       $(CC) -D$(PLATFORM) $(INCLUDE) -Wall -O2 -fPIC -c $^ -o $@
25 +       $(CC) -D$(PLATFORM) $(CFLAGS) -fPIC -c $^ -o $@
27  .PHONY: clean
28  clean: