You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
Index: configure
|
|
|
|
|
--- configure.orig 2011-01-28 06:55:29.000000000 +0100
|
|
|
|
|
+++ configure 2015-01-12 18:43:36.416502395 +0100
|
|
|
|
|
@@ -8573,10 +8573,6 @@
|
|
|
|
|
hardcode_shlibpath_var=no
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
- freebsd1*)
|
|
|
|
|
- ld_shlibs=no
|
|
|
|
|
- ;;
|
|
|
|
|
-
|
|
|
|
|
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
|
|
|
|
|
# support. Future versions do this automatically, but an explicit c++rt0.o
|
|
|
|
|
# does not break anything, and helps significantly (at the cost of a little
|
|
|
|
|
@@ -10696,7 +10692,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ap_httpd="`$APXS -q SBINDIR`/`$APXS -q TARGET`"
|
|
|
|
|
- ap_httpd_version="`$ap_httpd -v | grep 'version' | sed -e 's![^/]*/\([[:digit:].]*\).*$!\1!'`"
|
|
|
|
|
+ ap_httpd_version="`$ap_httpd -v | grep 'version' | sed -e 's!.*/\([0-9.][0-9.]*\).*$!\1!'`"
|
|
|
|
|
|
|
|
|
|
if test "x" != "x"
|
|
|
|
|
then
|