jfclere 2004/09/17 09:47:24
Modified: build jlibtool.c Log: Add options to build modules. Note that on moof cc does not pass correctly the -bundle option... May be ld has to be called directly. Revision Changes Path 1.9 +2 -0 apr/build/jlibtool.c Index: jlibtool.c =================================================================== RCS file: /home/cvs/apr/build/jlibtool.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- jlibtool.c 17 Sep 2004 15:47:43 -0000 1.8 +++ jlibtool.c 17 Sep 2004 16:47:24 -0000 1.9 @@ -81,6 +81,7 @@ # define PIC_FLAG "-fPIC" # define RPATH "-rpath" # define SHARED_OPTS "-shared" +# define MODULE_OPTS "-shared" # define LINKER_FLAG_PREFIX "-Wl," #endif @@ -93,6 +94,7 @@ # define LIBRARIAN "ar" # define LIBRARIAN_OPTS "cr" # define SHARED_OPTS "-G" +# define MODULE_OPTS "-G" # define LINKER_FLAG_PREFIX "-Wl," # define NEED_SNPRINTF #endif
