Merge pull request #307098 from r-ryantm/auto-update/cilium-cli
[NixPkgs.git] / pkgs / development / r-modules / patches / FLAMES.patch
blob334ea5156f9af52a2a6af2a1ee7f6695e025acec
1 diff --git a/src/Makevars b/src/Makevars
2 index 4f3fa42ce752..e48e45561292 100755
3 --- a/src/Makevars
4 +++ b/src/Makevars
5 @@ -24,12 +24,6 @@ FILES = $(CFILES) $(CPPFILES)
6 SOURCES = $(FILES)
7 OBJECTS = $(CPPFILES:.cpp=.o) $(CFILES:.c=.o)
9 -strippedLib: $(SHLIB)
10 - if test -e "/usr/bin/strip" & test -e "/bin/uname" & [[ `uname` == "Linux" ]] ; then /usr/bin/strip --strip-debug $(SHLIB); fi
11 -clean:
12 - rm $(OBJECTS)
13 -.phony: strippedLib clean
15 RHTSLIB_LIBS=$(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript" -e \
16 'Rhtslib::pkgconfig("PKG_LIBS")')
17 RHTSLIB_CPPFLAGS=$(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript" -e \