You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jf...@apache.org on 2004/10/01 12:23:31 UTC

cvs commit: apr/build jlibtool.c

jfclere     2004/10/01 03:23:31

  Modified:    build    jlibtool.c
  Log:
  Add DYNAMIC_LINK_OPTS for Linux and FreeBSD.
  
  Revision  Changes    Path
  1.14      +1 -0      apr/build/jlibtool.c
  
  Index: jlibtool.c
  ===================================================================
  RCS file: /home/cvs/apr/build/jlibtool.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- jlibtool.c	30 Sep 2004 09:18:32 -0000	1.13
  +++ jlibtool.c	1 Oct 2004 10:23:31 -0000	1.14
  @@ -83,6 +83,7 @@
   #  define RPATH "-rpath"
   #  define SHARED_OPTS "-shared"
   #  define MODULE_OPTS "-shared"
  +#  define DYNAMIC_LINK_OPTS "-export-dynamic"
   #  define LINKER_FLAG_PREFIX "-Wl,"
   #  define ADD_MINUS_L
   #  define LD_RUN_PATH "LD_RUN_PATH"