uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
15
pkgs/development/r-modules/patches/Rserve.patch
Normal file
15
pkgs/development/r-modules/patches/Rserve.patch
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
diff -ru -x '*~' Rserve_orig/src/Makevars.in Rserve/src/Makevars.in
|
||||
--- Rserve_orig/src/Makevars.in 2013-08-22 06:09:33.000000000 +0900
|
||||
+++ Rserve/src/Makevars.in 2014-11-09 21:36:31.184590320 +0900
|
||||
@@ -12,8 +12,9 @@
|
||||
$(CC) -DSTANDALONE_RSERVE -DRSERV_DEBUG -DNODAEMON -I. -Iinclude $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(PKG_CPPFLAGS) $(PKG_CFLAGS) -o Rserve.dbg $(SERVER_SRC) $(ALL_LIBS) $(PKG_LIBS)
|
||||
|
||||
# merging to bin/Rserve works only if installed from sources, won't work for binary
|
||||
- -./mergefat Rserve "$(R_HOME)/bin/Rserve"
|
||||
- -./mergefat Rserve.dbg "$(R_HOME)/bin/Rserve.dbg"
|
||||
+ mkdir $(out)/bin
|
||||
+ -./mergefat Rserve "$(out)/bin/Rserve"
|
||||
+ -./mergefat Rserve.dbg "$(out)/bin/Rserve.dbg"
|
||||
|
||||
client: config.h
|
||||
cp config.h client/cxx/
|
||||
Loading…
Add table
Add a link
Reference in a new issue