Changeset 5af0c3 in git


Ignore:
Timestamp:
Feb 28, 2019, 2:54:36 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
e4501477ec6be4bbbe53ea701c79f83c8a67bcb9
Parents:
9136799a4f5e8a15b6bcf34618ce71f5ae83e66d
Message:
fix: static build for systhreads.so
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/systhreads/shared.cc

    r913679 r5af0c3  
    30793079
    30803080
    3081 extern "C" int mod_init(SModulFunctions *fn)
     3081extern "C" int SI_MOD_INIT(systhreads)(SModulFunctions *fn)
    30823082{
    30833083  const char *libname = currPack->libname;
  • m4/options.m4

    r913679 r5af0c3  
    334334  bi_gitfan=false
    335335  bi_interval=false
     336  bi_systhreads=false
    336337
    337338
     
    371372       gitfan ) bi_gitfan=true ;;
    372373       interval ) bi_interval=true ;;
     374       systhreads ) bi_systhreads=true;;
    373375      esac
    374376
Note: See TracChangeset for help on using the changeset viewer.