jfclere 2004/09/17 08:47:43
Modified: build jlibtool.c Log: SHARED_OPTS are the options to give to the compile to get a shared library. Revision Changes Path 1.8 +2 -2 apr/build/jlibtool.c Index: jlibtool.c =================================================================== RCS file: /home/cvs/apr/build/jlibtool.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- jlibtool.c 17 Sep 2004 11:09:40 -0000 1.7 +++ jlibtool.c 17 Sep 2004 15:47:43 -0000 1.8 @@ -80,7 +80,7 @@ # define RANLIB "ranlib" # define PIC_FLAG "-fPIC" # define RPATH "-rpath" -# define DYNAMIC_LINK_OPTS "-shared" +# define SHARED_OPTS "-shared" # define LINKER_FLAG_PREFIX "-Wl," #endif @@ -92,7 +92,7 @@ # define OBJECT_EXT "o" # define LIBRARIAN "ar" # define LIBRARIAN_OPTS "cr" -# define DYNAMIC_LINK_OPTS "-G" +# define SHARED_OPTS "-G" # define LINKER_FLAG_PREFIX "-Wl," # define NEED_SNPRINTF #endif
