Changeset d3164ca in git


Ignore:
Timestamp:
May 21, 2014, 4:47:18 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
97cc983dc88957dfbc956bcac76352b37abfb290
Parents:
2ac52e4169287939c2658fb77bad2d4262179e7f
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-05-21 16:47:18+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-05-21 16:48:50+02:00
Message:
fix: private shared gmp library
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/gmp-check.m4

    r2ac52e rd3164ca  
    4141                if test "x$GMP_HOME" != "x/usr"; then
    4242                        GMP_CFLAGS="-I${GMP_HOME}/include"
    43                         GMP_LIBS="-L${GMP_HOME}/lib -rpath ${GMP_HOME}/lib -lgmp"
     43                        GMP_LIBS="-L${GMP_HOME}/lib -Wl,-rpath -Wl,${GMP_HOME}/lib -lgmp"
    4444                else
    4545                        GMP_CFLAGS=""
Note: See TracChangeset for help on using the changeset viewer.