2015-02-15 18:09:07 +01:00
|
|
|
--- ../modsecurity-2.9.0-o/apache2/Makefile.am 2015-02-12 20:08:30.000000000 +0100
|
|
|
|
+++ ./apache2/Makefile.am 2015-02-14 18:55:11.762837073 +0100
|
|
|
|
@@ -91,61 +91,61 @@
|
2014-06-16 17:37:59 +02:00
|
|
|
|
|
|
|
if MACOSX
|
|
|
|
mod_security2_la_LDFLAGS = -module -avoid-version \
|
|
|
|
@APR_LDFLAGS@ \
|
|
|
|
@APU_LDFLAGS@ \
|
|
|
|
@APXS_LDFLAGS@ \
|
2015-02-15 18:09:07 +01:00
|
|
|
@CURL_LDFLAGS@ \
|
|
|
|
@LIBXML2_CFLAGS@ \
|
2014-06-16 17:37:59 +02:00
|
|
|
@LIBXML2_LDFLAGS@ \
|
|
|
|
@LUA_LDFLAGS@ \
|
|
|
|
@PCRE_LDFLAGS@ \
|
2015-02-15 18:09:07 +01:00
|
|
|
@YAJL_LDFLAGS@ \
|
|
|
|
@SSDEEP_LDFLAGS@
|
2014-06-16 17:37:59 +02:00
|
|
|
endif
|
|
|
|
|
|
|
|
if SOLARIS
|
|
|
|
mod_security2_la_LDFLAGS = -module -avoid-version \
|
|
|
|
@APR_LDFLAGS@ \
|
|
|
|
@APU_LDFLAGS@ \
|
|
|
|
@APXS_LDFLAGS@ \
|
2015-02-15 18:09:07 +01:00
|
|
|
@CURL_LDFLAGS@ \
|
|
|
|
@LIBXML2_CFLAGS@ \
|
2014-06-16 17:37:59 +02:00
|
|
|
@LIBXML2_LDFLAGS@ \
|
|
|
|
@LUA_LDFLAGS@ \
|
|
|
|
@PCRE_LDFLAGS@ \
|
2015-02-15 18:09:07 +01:00
|
|
|
@YAJL_LDFLAGS@ \
|
|
|
|
@SSDEEP_LDFLAGS@
|
2014-06-16 17:37:59 +02:00
|
|
|
endif
|
|
|
|
|
|
|
|
if LINUX
|
|
|
|
-mod_security2_la_LDFLAGS = -no-undefined -module -avoid-version -R @PCRE_LD_PATH@ \
|
|
|
|
+mod_security2_la_LDFLAGS = -no-undefined -module -avoid-version \
|
|
|
|
@APR_LDFLAGS@ \
|
|
|
|
@APU_LDFLAGS@ \
|
|
|
|
@APXS_LDFLAGS@ \
|
2015-02-15 18:09:07 +01:00
|
|
|
@CURL_LDFLAGS@ \
|
|
|
|
@LIBXML2_CFLAGS@ \
|
2014-06-16 17:37:59 +02:00
|
|
|
@LIBXML2_LDFLAGS@ \
|
|
|
|
@LUA_LDFLAGS@ \
|
|
|
|
@PCRE_LDFLAGS@ \
|
2015-02-15 18:09:07 +01:00
|
|
|
@YAJL_LDFLAGS@ \
|
|
|
|
@SSDEEP_LDFLAGS@
|
2014-06-16 17:37:59 +02:00
|
|
|
endif
|
|
|
|
|
|
|
|
if FREEBSD
|
|
|
|
mod_security2_la_LDFLAGS = -no-undefined -module -avoid-version \
|
|
|
|
@APR_LDFLAGS@ \
|
|
|
|
@APU_LDFLAGS@ \
|
|
|
|
@APXS_LDFLAGS@ \
|
2015-02-15 18:09:07 +01:00
|
|
|
@CURL_LDFLAGS@ \
|
|
|
|
@LIBXML2_CFLAGS@ \
|
2014-06-16 17:37:59 +02:00
|
|
|
@LIBXML2_LDFLAGS@ \
|
|
|
|
@LUA_LDFLAGS@ \
|
|
|
|
@PCRE_LDFLAGS@ \
|
2015-02-15 18:09:07 +01:00
|
|
|
@YAJL_LDFLAGS@ \
|
|
|
|
@SSDEEP_LDFLAGS@
|
2014-06-16 17:37:59 +02:00
|
|
|
endif
|
|
|
|
|
|
|
|
if OPENBSD
|
|
|
|
mod_security2_la_LDFLAGS = -no-undefined -module -avoid-version \
|
|
|
|
@APR_LDFLAGS@ \
|
|
|
|
@APU_LDFLAGS@ \
|
2015-02-15 18:09:07 +01:00
|
|
|
--- ../modsecurity-2.9.0-o/apache2/Makefile.in 2015-02-12 20:08:45.000000000 +0100
|
|
|
|
+++ ./apache2/Makefile.in 2015-02-14 18:54:58.781828724 +0100
|
|
|
|
@@ -651,61 +651,61 @@
|
2014-06-16 17:37:59 +02:00
|
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
|
|
|
|
done
|
|
|
|
|
|
|
|
clean-pkglibLTLIBRARIES:
|
|
|
|
-test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
|
|
|
|
@list='$(pkglib_LTLIBRARIES)'; \
|
|
|
|
locs=`for p in $$list; do echo $$p; done | \
|
|
|
|
sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
|
|
|
sort -u`; \
|
|
|
|
test -z "$$locs" || { \
|
|
|
|
echo rm -f $${locs}; \
|
|
|
|
rm -f $${locs}; \
|
|
|
|
}
|
2015-02-15 18:09:07 +01:00
|
|
|
libinjection/$(am__dirstamp):
|
|
|
|
@$(MKDIR_P) libinjection
|
|
|
|
@: > libinjection/$(am__dirstamp)
|
|
|
|
libinjection/$(DEPDIR)/$(am__dirstamp):
|
|
|
|
@$(MKDIR_P) libinjection/$(DEPDIR)
|
|
|
|
@: > libinjection/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
libinjection/mod_security2_la-libinjection_html5.lo: \
|
|
|
|
libinjection/$(am__dirstamp) \
|
|
|
|
libinjection/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
libinjection/mod_security2_la-libinjection_sqli.lo: \
|
|
|
|
libinjection/$(am__dirstamp) \
|
|
|
|
libinjection/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
libinjection/mod_security2_la-libinjection_xss.lo: \
|
|
|
|
libinjection/$(am__dirstamp) \
|
|
|
|
libinjection/$(DEPDIR)/$(am__dirstamp)
|
2014-06-16 17:37:59 +02:00
|
|
|
|
|
|
|
mod_security2.la: $(mod_security2_la_OBJECTS) $(mod_security2_la_DEPENDENCIES) $(EXTRA_mod_security2_la_DEPENDENCIES)
|
|
|
|
- $(AM_V_CCLD)$(mod_security2_la_LINK) -rpath $(pkglibdir) $(mod_security2_la_OBJECTS) $(mod_security2_la_LIBADD) $(LIBS)
|
|
|
|
+ $(AM_V_CCLD)$(mod_security2_la_LINK) $(mod_security2_la_OBJECTS) $(mod_security2_la_LIBADD) $(LIBS)
|
|
|
|
|
|
|
|
mostlyclean-compile:
|
|
|
|
-rm -f *.$(OBJEXT)
|
2015-02-15 18:09:07 +01:00
|
|
|
-rm -f libinjection/*.$(OBJEXT)
|
|
|
|
-rm -f libinjection/*.lo
|
2014-06-16 17:37:59 +02:00
|
|
|
|
|
|
|
distclean-compile:
|
|
|
|
-rm -f *.tab.c
|
|
|
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-acmp.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-apache2_config.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-apache2_io.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-apache2_util.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-mod_security2.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-modsecurity.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_crypt.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_geo.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_gsb.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_json.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_logging.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_lua.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_multipart.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_parsers.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_pcre.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_release.Plo@am__quote@
|
2015-02-15 18:09:07 +01:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_remote_rules.Plo@am__quote@
|
2014-06-16 17:37:59 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_reqbody.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_status_engine.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_tree.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_security2_la-msc_unicode.Plo@am__quote@
|
|
|
|
diff -rNU 30 ../modsecurity-2.8.0-o/build/libtool.m4 ./build/libtool.m4
|
|
|
|
--- ../modsecurity-2.8.0-o/build/libtool.m4 2014-04-15 14:44:04.000000000 +0200
|
|
|
|
+++ ./build/libtool.m4 2014-06-16 16:16:39.000000000 +0200
|
|
|
|
@@ -4661,61 +4661,61 @@
|
|
|
|
if test "$with_gnu_ld" = yes; then
|
|
|
|
case $host_os in
|
|
|
|
aix*)
|
|
|
|
# The AIX port of GNU ld has always aspired to compatibility
|
|
|
|
# with the native linker. However, as the warning in the GNU ld
|
|
|
|
# block says, versions before 2.19.5* couldn't really create working
|
|
|
|
# shared libraries, regardless of the interface used.
|
|
|
|
case `$LD -v 2>&1` in
|
|
|
|
*\ \(GNU\ Binutils\)\ 2.19.5*) ;;
|
|
|
|
*\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;;
|
|
|
|
*\ \(GNU\ Binutils\)\ [[3-9]]*) ;;
|
|
|
|
*)
|
|
|
|
lt_use_gnu_ld_interface=yes
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
lt_use_gnu_ld_interface=yes
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$lt_use_gnu_ld_interface" = yes; then
|
|
|
|
# If archive_cmds runs LD, not CC, wlarc should be empty
|
|
|
|
wlarc='${wl}'
|
|
|
|
|
|
|
|
# Set some defaults for GNU ld with shared library support. These
|
|
|
|
# are reset later if shared libraries are not supported. Putting them
|
|
|
|
# here allows them to be overridden if necessary.
|
|
|
|
runpath_var=LD_RUN_PATH
|
|
|
|
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
|
|
|
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
|
|
|
|
_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
|
|
|
# ancient GNU ld didn't support --whole-archive et. al.
|
|
|
|
if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
|
|
|
|
_LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
|
|
|
else
|
|
|
|
_LT_TAGVAR(whole_archive_flag_spec, $1)=
|
|
|
|
fi
|
|
|
|
supports_anon_versioning=no
|
|
|
|
case `$LD -v 2>&1` in
|
|
|
|
*GNU\ gold*) supports_anon_versioning=yes ;;
|
|
|
|
*\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
|
|
|
|
*\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
|
|
|
|
*\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
|
|
|
|
*\ 2.11.*) ;; # other 2.11 versions
|
|
|
|
*) supports_anon_versioning=yes ;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
# See if GNU ld supports shared libraries.
|
|
|
|
case $host_os in
|
|
|
|
aix[[3-9]]*)
|
|
|
|
# On AIX/PPC, the GNU linker is very broken
|
|
|
|
if test "$host_cpu" != ia64; then
|
|
|
|
_LT_TAGVAR(ld_shlibs, $1)=no
|
|
|
|
cat <<_LT_EOF 1>&2
|
|
|
|
|
|
|
|
*** Warning: the GNU linker, at least up to release 2.19, is reported
|
|
|
|
*** to be unable to reliably create shared libraries on AIX.
|
|
|
|
*** Therefore, libtool is disabling shared libraries support. If you
|
|
|
|
*** really care for shared libraries, you may want to install binutils
|
|
|
|
*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
|
|
|
|
@@ -4897,61 +4897,61 @@
|
|
|
|
_LT_EOF
|
|
|
|
elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
|
|
|
_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
|
|
_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
|
|
else
|
|
|
|
_LT_TAGVAR(ld_shlibs, $1)=no
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
|
|
|
|
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
|
|
|
|
case `$LD -v 2>&1` in
|
|
|
|
*\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
|
|
|
|
_LT_TAGVAR(ld_shlibs, $1)=no
|
|
|
|
cat <<_LT_EOF 1>&2
|
|
|
|
|
|
|
|
*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
|
|
|
|
*** reliably create shared libraries on SCO systems. Therefore, libtool
|
|
|
|
*** is disabling shared libraries support. We urge you to upgrade GNU
|
|
|
|
*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
|
|
|
|
*** your PATH or compiler configuration so that the native linker is
|
|
|
|
*** used, and then restart.
|
|
|
|
|
|
|
|
_LT_EOF
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
# For security reasons, it is highly recommended that you always
|
|
|
|
# use absolute paths for naming shared libraries, and exclude the
|
|
|
|
# DT_RUNPATH tag from executables and libraries. But doing so
|
|
|
|
# requires that you compile everything twice, which is a pain.
|
|
|
|
if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
|
|
|
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
|
|
|
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
|
|
|
|
_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
|
|
_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
|
|
else
|
|
|
|
_LT_TAGVAR(ld_shlibs, $1)=no
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
;;
|
|
|
|
|
|
|
|
sunos4*)
|
|
|
|
_LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
|
|
|
wlarc=
|
|
|
|
_LT_TAGVAR(hardcode_direct, $1)=yes
|
|
|
|
_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
|
|
|
;;
|
|
|
|
|
|
|
|
*)
|
|
|
|
if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
|
|
|
_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
|
|
_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
|
|
else
|
|
|
|
_LT_TAGVAR(ld_shlibs, $1)=no
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
|
|
|
|
runpath_var=
|
|
|
|
_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
|
|
|
|
_LT_TAGVAR(export_dynamic_flag_spec, $1)=
|
|
|
|
@@ -5907,61 +5907,61 @@
|
|
|
|
else
|
|
|
|
$as_unset lt_cv_path_LD
|
|
|
|
fi
|
|
|
|
test -z "${LDCXX+set}" || LD=$LDCXX
|
|
|
|
CC=${CXX-"c++"}
|
|
|
|
CFLAGS=$CXXFLAGS
|
|
|
|
compiler=$CC
|
|
|
|
_LT_TAGVAR(compiler, $1)=$CC
|
|
|
|
_LT_CC_BASENAME([$compiler])
|
|
|
|
|
|
|
|
if test -n "$compiler"; then
|
|
|
|
# We don't want -fno-exception when compiling C++ code, so set the
|
|
|
|
# no_builtin_flag separately
|
|
|
|
if test "$GXX" = yes; then
|
|
|
|
_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
|
|
|
|
else
|
|
|
|
_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$GXX" = yes; then
|
|
|
|
# Set up default GNU C++ configuration
|
|
|
|
|
|
|
|
LT_PATH_LD
|
|
|
|
|
|
|
|
# Check if GNU C++ uses GNU ld as the underlying linker, since the
|
|
|
|
# archiving commands below assume that GNU ld is being used.
|
|
|
|
if test "$with_gnu_ld" = yes; then
|
|
|
|
_LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
|
|
|
_LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
|
|
|
|
|
|
|
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
|
|
|
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
|
|
|
|
_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
|
|
|
|
|
|
|
# If archive_cmds runs LD, not CC, wlarc should be empty
|
|
|
|
# XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
|
|
|
|
# investigate it a little bit more. (MM)
|
|
|
|
wlarc='${wl}'
|
|
|
|
|
|
|
|
# ancient GNU ld didn't support --whole-archive et. al.
|
|
|
|
if eval "`$CC -print-prog-name=ld` --help 2>&1" |
|
|
|
|
$GREP 'no-whole-archive' > /dev/null; then
|
|
|
|
_LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
|
|
|
else
|
|
|
|
_LT_TAGVAR(whole_archive_flag_spec, $1)=
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
with_gnu_ld=no
|
|
|
|
wlarc=
|
|
|
|
|
|
|
|
# A generic and very simple default shared library creation
|
|
|
|
# command for GNU C++ for the case where it uses the native
|
|
|
|
# linker, instead of GNU ld. If possible, this setting should
|
|
|
|
# overridden to take advantage of the native linker features on
|
|
|
|
# the platform it is being used on.
|
|
|
|
_LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Commands to make compiler produce verbose output that lists
|
|
|
|
# what "hidden" libraries, object files and flags are used when
|
|
|
|
# linking a shared library.
|
|
|
|
output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
|