Changeset c88397 in git


Ignore:
Timestamp:
Dec 12, 2000, 2:02:32 PM (22 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
ebbe4a2df3136602d7e171ea5a1f83cca4c3e013
Parents:
104fd2324b26adefbcb3bd67979986fe655ae685
Message:
* use -fpic instead of -fPIC on Linux


git-svn-id: file:///usr/local/Singular/svn/trunk@4873 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r104fd23 rc88397  
    19671967          if test "$ac_cv_lib_dl_dlopen" = yes; then
    19681968                LD_DYN_FLAGS="-ldl -rdynamic"
    1969                 SFLAGS="-fPIC -DPIC"
     1969                SFLAGS="-fpic -DPIC"
    19701970                SLDFLAGS=-shared
    19711971                ac_lib_dl=yes
  • Singular/configure.in

    r104fd23 rc88397  
    304304          if test "$ac_cv_lib_dl_dlopen" = yes; then
    305305                LD_DYN_FLAGS="-ldl -rdynamic"
    306                 SFLAGS="-fPIC -DPIC"
     306                SFLAGS="-fpic -DPIC"
    307307                SLDFLAGS=-shared
    308308                ac_lib_dl=yes
Note: See TracChangeset for help on using the changeset viewer.