public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-ftp/proftpd/files: proftpd-1.3.4b-ubug-3795.patch
@ 2012-09-19  8:27 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2012-09-19  8:27 UTC (permalink / raw
  To: gentoo-commits

voyageur    12/09/19 08:27:54

  Added:                proftpd-1.3.4b-ubug-3795.patch
  Log:
  Version bump, fixes bug #422941 (fbsd-9.0 support). Add multilib inherit where needed
  
  (Portage version: 2.2.0_alpha129/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-ftp/proftpd/files/proftpd-1.3.4b-ubug-3795.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/files/proftpd-1.3.4b-ubug-3795.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/files/proftpd-1.3.4b-ubug-3795.patch?rev=1.1&content-type=text/plain

Index: proftpd-1.3.4b-ubug-3795.patch
===================================================================
--- configure
+++ configure
@@ -33211,6 +33211,21 @@
 
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
+
+  if test x"$openssl_cmdline" != xno; then
+    if `$openssl_cmdline version 2>/dev/null 1>&2`; then
+      openssl_cflags=`$openssl_cmdline version -f 2>/dev/null`
+      if test ! -z "$openssl_cflags"; then
+        # Look for the -pthread flag, indicating that this OpenSSL was built
+        # with threads support (see Bug#3795)
+        for openssl_cflag in $openssl_cflags; do
+          if test x"$openssl_cflag" = x"-pthread"; then
+            LIBS="$LIBS -pthread"
+          fi
+        done
+      fi
+    fi
+  fi
 fi
 
 if test x"$pr_use_postgres" = xyes; then
@@ -33303,21 +33318,6 @@
   CPPFLAGS="$saved_cppflags"
   LDFLAGS="$saved_ldflags"
   LIBS="$saved_libs"
-
-  if test x"$openssl_cmdline" != xno; then
-    if `$openssl_cmdline version 2>/dev/null 1>&2`; then
-      openssl_cflags=`$openssl_cmdline version -f 2>/dev/null`
-      if test ! -z "$openssl_cflags"; then
-        # Look for the -pthread flag, indicating that this OpenSSL was built
-        # with threads support (see Bug#3795)
-        for openssl_cflag in $openssl_cflags; do
-          if test x"$openssl_cflag" = x"-pthread"; then
-            LIBS="$LIBS -pthread"
-          fi
-        done
-      fi
-    fi
-  fi
 fi
 
 for module in $ac_shared_modules ; do
--- configure.in
+++ configure.in
@@ -2473,6 +2473,21 @@
       )
     ]
   )
+
+  if test x"$openssl_cmdline" != xno; then
+    if `$openssl_cmdline version 2>/dev/null 1>&2`; then
+      openssl_cflags=`$openssl_cmdline version -f 2>/dev/null`
+      if test ! -z "$openssl_cflags"; then
+        # Look for the -pthread flag, indicating that this OpenSSL was built
+        # with threads support (see Bug#3795)
+        for openssl_cflag in $openssl_cflags; do
+          if test x"$openssl_cflag" = x"-pthread"; then
+            LIBS="$LIBS -pthread"
+          fi
+        done
+      fi
+    fi
+  fi
 fi
 
 if test x"$pr_use_postgres" = xyes; then
@@ -2521,21 +2536,6 @@
   CPPFLAGS="$saved_cppflags"
   LDFLAGS="$saved_ldflags"
   LIBS="$saved_libs"
-
-  if test x"$openssl_cmdline" != xno; then
-    if `$openssl_cmdline version 2>/dev/null 1>&2`; then
-      openssl_cflags=`$openssl_cmdline version -f 2>/dev/null`
-      if test ! -z "$openssl_cflags"; then
-        # Look for the -pthread flag, indicating that this OpenSSL was built
-        # with threads support (see Bug#3795)
-        for openssl_cflag in $openssl_cflags; do 
-          if test x"$openssl_cflag" = x"-pthread"; then
-            LIBS="$LIBS -pthread"
-          fi
-        done
-      fi
-    fi
-  fi
 fi
 
 for module in $ac_shared_modules ; do





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-19  8:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-19  8:27 [gentoo-commits] gentoo-x86 commit in net-ftp/proftpd/files: proftpd-1.3.4b-ubug-3795.patch Bernard Cafarelli (voyageur)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox