about summary refs log tree commit diff
path: root/pkgs/development/r-modules/patches/universalmotif.patch
blob: 162f4333371e0c536a7f8e5277ba17ef1fd5fe93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
diff --git a/src/Makevars b/src/Makevars
index 6e08950..e66fbbd 100644
--- a/src/Makevars
+++ b/src/Makevars
@@ -1,5 +1 @@
 CXX_STD=CXX11
-PKG_LIBS=`"$(R_HOME)/bin/Rscript" -e "RcppThread::LdFlags()"`
-strippedLib: $(SHLIB)
-		if test -e "/usr/bin/strip" & test -e "/bin/uname" & [[ `uname` == "Linux" ]] ; then /usr/bin/strip --strip-debug $(SHLIB); fi
-.phony: strippedLib