[vlfeat] 04/06: removed unneeded RPATH from the .mex files
Dima Kogan
dkogan-guest at alioth.debian.org
Fri Nov 8 02:51:49 UTC 2013
This is an automated email from the git hooks/post-receive script.
dkogan-guest pushed a commit to branch patch-queue/master
in repository vlfeat.
commit 6e8f08cdd671413ff56a60284c35d3a4926d93ce
Author: Dima Kogan <dima at secretsauce.net>
Date: Thu Nov 7 10:43:21 2013 -0800
removed unneeded RPATH from the .mex files
---
make/octave.mak | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/make/octave.mak b/make/octave.mak
index 0211428..8f72472 100644
--- a/make/octave.mak
+++ b/make/octave.mak
@@ -52,16 +52,6 @@ endif
ifeq ($(ARCH),maci64)
endif
-# Linux on 32 bit processor
-ifeq ($(ARCH),glnx86)
-OCTAVE_MEX_FLAGS += -Wl,--rpath,\\\$$ORIGIN/
-endif
-
-# Linux on 64 bit processorm
-ifeq ($(ARCH),glnxa64)
-OCTAVE_MEX_FLAGS += -Wl,--rpath,\\\$$ORIGIN/
-endif
-
# --------------------------------------------------------------------
# Build
# --------------------------------------------------------------------
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vlfeat.git
More information about the debian-science-commits
mailing list