From 76b0c60b5a04647a13cf0fd975ab84972ae1e51d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 28 Aug 2014 12:16:00 +0200 Subject: update ffmpeg, add experimental kodi package, add freescale libraries --- package/imx-lib/patches/patch-pxp_Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package/imx-lib/patches/patch-pxp_Makefile (limited to 'package/imx-lib/patches/patch-pxp_Makefile') diff --git a/package/imx-lib/patches/patch-pxp_Makefile b/package/imx-lib/patches/patch-pxp_Makefile new file mode 100644 index 000000000..b38c12807 --- /dev/null +++ b/package/imx-lib/patches/patch-pxp_Makefile @@ -0,0 +1,26 @@ +--- imx-lib-3.10.17-1.0.0.orig/pxp/Makefile 2014-01-16 15:27:12.000000000 +0100 ++++ imx-lib-3.10.17-1.0.0/pxp/Makefile 2014-08-27 08:37:26.291432836 +0200 +@@ -15,18 +15,18 @@ ifeq ($(PLATFORM), $(findstring $(PLATFO + all: $(LIBNAME).so $(LIBNAME).a + + install: install_headers +- @mkdir -p $(DEST_DIR)/usr/lib +- cp -P $(LIBNAME).* $(DEST_DIR)/usr/lib ++ @mkdir -p $(DESTDIR)/usr/lib ++ cp -P $(LIBNAME).* $(DESTDIR)/usr/lib + + install_headers: +- @mkdir -p $(DEST_DIR)/usr/include +- cp pxp_lib.h $(DEST_DIR)/usr/include ++ @mkdir -p $(DESTDIR)/usr/include ++ cp pxp_lib.h $(DESTDIR)/usr/include + else + all install : + endif + + %.o: %.c +- $(CC) -D$(PLATFORM) $(INCLUDE) -Wall -O2 -fPIC -c $^ -o $@ ++ $(CC) -D$(PLATFORM) $(CFLAGS) -fPIC -c $^ -o $@ + + $(LIBNAME).so.$(SONAMEVERSION): $(OBJ) + $(CC) -shared -nostartfiles -Wl,-soname,$@ $(LFLAGS) $^ -o $@ -- cgit v1.2.3