From 057d3609f1e2c0526968ad419020715d8a312b6c Mon Sep 17 00:00:00 2001 From: tchernobog Date: Fri, 15 Sep 2006 12:09:04 +0000 Subject: [PATCH] - (Maybe) fix portability issue between different distros by disabling hardcoding the library path for DSOs. Will need to be tested. git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1174 3ecf2c5c-341e-0410-92b4-d18e462d057c --- distro/rpm/SPECS/sgpemv2-1.0.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/distro/rpm/SPECS/sgpemv2-1.0.spec b/distro/rpm/SPECS/sgpemv2-1.0.spec index 9927fcd..77ea81e 100644 --- a/distro/rpm/SPECS/sgpemv2-1.0.spec +++ b/distro/rpm/SPECS/sgpemv2-1.0.spec @@ -77,7 +77,9 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \ --mandir=%{_mandir} \ --infodir=%{_infodir} \ --disable-tests \ - --disable-debug + --disable-debug \ + --disable-rpath \ + --disable-visibility-support make make pdf