Ignore:
Timestamp:
2021-04-01T11:55:33+13:00 (3 years ago)
Author:
anupama
Message:

Merging the gnome-lib branch macos-dev at https://trac.greenstone.org/browser/gs2-extensions/gnome-lib/branches/macos-dev with the main trunk after testing it first on assigned linux 64 bit machine in lab as well as 64 bit LSB VM, and making changes for it to compile on Linux 64 bit LSB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE/PKG-CONFIG.sh

    r30881 r34983  
    1414export GLIB_LIBS="-L$GEXTGNOME_INSTALLED/lib -lglib-2.0"
    1515
     16osversion=`uname -r | sed 's/\..*$//'`;
     17if [ "x$GSDLOS" = "xdarwin" -a $osversion -ge 11 ] ; then
     18    export CFLAGS="$CFLAGS -framework Carbon -framework CoreFoundation -framework Security"
     19fi
     20
    1621opt_run_untar $force_untar $auto_untar $package $version
    1722opt_run_configure $force_config $auto_config $package $version $prefix --disable-shared --enable-static
Note: See TracChangeset for help on using the changeset viewer.