- (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:
parent
13c52d20a8
commit
057d3609f1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue