Changeset 75:901b47f772b0 in xplra for buildall.sh


Ignore:
Timestamp:
04/13/13 15:41:16 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

Made it possible to build the used libraries as shared ones too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • buildall.sh

    r62 r75  
    4444case "${host}" in
    4545    x86_64-linux-gnu)
    46         libconfigopts="--disable-shared"
    4746        cflags="${cflags} -fPIC"
    4847        ;;
    4948    i686-linux-gnu)
    50         libconfigopts="--disable-shared"
    5149        cflags="${cflags} -m32"
    5250        ;;
Note: See TracChangeset for help on using the changeset viewer.