Ignore:
Timestamp:
2009-10-21T16:47:07+13:00 (15 years ago)
Author:
ak19
Message:

Libiconv and libexpat are now compiled up during configure time rather than during Make. Committing files affected with adjustments related to this change, of which setup.bash adds the lib folder in common-src packages (generated by compiling libiconv) to the LD_LIBRARY_PATH for now. The last is probably not necessary since libiconv is generated as a static library (not shared).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/common-src/configure

    r18451 r20832  
    310310#endif"
    311311
    312 ac_subdirs_all="$ac_subdirs_all packages indexers"
     312ac_subdirs_all="$ac_subdirs_all packages"
     313ac_subdirs_all="$ac_subdirs_all indexers"
    313314ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PACKAGE VERSION USE_FASTCGI USE_LANGACTION USE_CORBA MICO_DIR USE_Z3950 USE_YAZ ENABLE_ACCENTFOLD USE_SQLITE LDFLAGS CFLAGS CC CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX AWK YACC build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB COMPAT32BITFLAGS MICO_VER CPP EGREP U ANSI2KNR ALLOCA LIBOBJS STATIC gsdlos MODULEDIRS subdirs LTLIBOBJS'
    314315ac_subst_files=''
     
    72497250
    72507251
    7251 subdirs="$subdirs packages indexers"
     7252subdirs="$subdirs packages"
     7253
     7254
     7255commonsrcprefix=`pwd`
     7256ac_configure_args="$ac_configure_args --with-libiconv-prefix=$commonsrcprefix/packages/iconv"
     7257
     7258
     7259subdirs="$subdirs indexers"
    72527260
    72537261
     
    72587266         src/gdbmedit/gdbmget/Makefile \
    72597267         src/gdbmedit/gdbmset/Makefile \
    7260         src/gdbmedit/gdbmkeys/Makefile \
    7261         src/gdbmedit/gdbmdel/Makefile \
     7268    src/gdbmedit/gdbmkeys/Makefile \
     7269    src/gdbmedit/gdbmdel/Makefile \
    72627270         src/getpw/Makefile"
    72637271
Note: See TracChangeset for help on using the changeset viewer.