Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. infiniti@debian:~/openembedded/dm8000/build$ cat ../openembedded/recipes/infiniti/rtmpdump/Makefile.patch
  2. --- a/Makefile.org 2011-06-02 16:56:58.000000000 +0200
  3. +++ b/Makefile 2011-06-02 16:57:09.000000000 +0200
  4. @@ -1,6 +1,6 @@
  5. VERSION=v2.4
  6.  
  7. -prefix=/usr/local
  8. +prefix=/usr
  9.  
  10. CC=$(CROSS_COMPILE)gcc
  11. LD=$(CROSS_COMPILE)ld
  12. --- a/librtmp/Makefile.org 2011-06-02 16:56:58.000000000 +0200
  13. +++ b/librtmp/Makefile 2011-06-02 16:57:09.000000000 +0200
  14. @@ -1,6 +1,6 @@
  15. VERSION=v2.4
  16.  
  17. -prefix=/usr/local
  18. +prefix=/usr
  19.  
  20. CC=$(CROSS_COMPILE)gcc
  21. LD=$(CROSS_COMPILE)ld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement