summaryrefslogtreecommitdiff
path: root/package/imx-lib/patches/patch-sim_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-28 12:58:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-28 12:58:29 +0200
commit3e1c67b68f5a878d726526070a0a03675ec992e1 (patch)
tree6ac65bfd7bd4b3b633325dbc4b12b961a96304da /package/imx-lib/patches/patch-sim_Makefile
parent461bb11b91a766ea607b20558a3315e7e6f6e894 (diff)
parent76b0c60b5a04647a13cf0fd975ab84972ae1e51d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/imx-lib/patches/patch-sim_Makefile')
-rw-r--r--package/imx-lib/patches/patch-sim_Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/imx-lib/patches/patch-sim_Makefile b/package/imx-lib/patches/patch-sim_Makefile
new file mode 100644
index 000000000..6a592d49f
--- /dev/null
+++ b/package/imx-lib/patches/patch-sim_Makefile
@@ -0,0 +1,11 @@
+--- imx-lib-3.10.17-1.0.0.orig/sim/Makefile 2014-01-16 15:27:12.000000000 +0100
++++ imx-lib-3.10.17-1.0.0/sim/Makefile 2014-08-27 08:30:04.293885958 +0200
+@@ -27,7 +27,7 @@ $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVER
+ ln -s $< $@
+
+ %.o: %.c
+- $(CC) -D$(PLATFORM) $(INCLUDE) -Wall -O2 -fPIC -c $^ -o $@
++ $(CC) -D$(PLATFORM) $(CFLAGS) -c $^ -o $@
+
+ else
+ all install :