[Lunar-commits] <moonbase-other> ortp: Adding a BUILD. Gets confused with -I and -L.

Dennis Veatch dennisveatch at bellsouth.net
Sat Sep 13 02:23:59 CEST 2014


commit ad1dbce1ffd4df3305c121d84ed9fca53c2cc251
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Fri, 12 Sep 2014 20:23:13 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/ad1dbce1ffd4df3305c121d84ed9fca53c2cc251

ortp: Adding a BUILD. Gets confused with -I and -L.
---
  libs/ortp/BUILD | +10/-0    
  1 file changed, 10 insertions(+)

--- /dev/null
+++ b/libs/ortp/BUILD
@@ -0,0 +1,10 @@
+
+  default_config &&
+
+# Fixes a make failure related to its confusion about some paths.
+  find . -name Makefile -print0 | xargs -0 sed -i -e 's:-Ino/:-I/:g'   \
+                                                  -e 's:-Lno/:-L/:g'   \
+                                                  -e 's:-Lyes/:-L/:g'  \
+                                                  -e 's:-Iyes/:-I/:g'  &&
+
+  default_make




More information about the Lunar-commits mailing list