[vlfeat] 05/10: removed unneeded RPATH from the .mex files

Dima Kogan dima at secretsauce.net
Fri Oct 17 02:01:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch patches
in repository vlfeat.

commit a969261a73eba8ccc7207577e6be36826d588c14
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sun Feb 2 01:52:49 2014 -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 4cf73d2..1ee0100 100644
--- a/make/octave.mak
+++ b/make/octave.mak
@@ -48,16 +48,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