- (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
This commit is contained in:
tchernobog 2006-09-15 12:09:04 +00:00
parent 13c52d20a8
commit 057d3609f1
1 changed files with 3 additions and 1 deletions

View File

@ -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