[arch-commits] Commit in openssl/trunk (PKGBUILD)

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Feb 17 14:25:57 UTC 2013


    Date: Sunday, February 17, 2013 @ 15:25:57
  Author: pierre
Revision: 178162

remove md2 support for future builds as compatibility with old libs is hopefully no longer needed

Modified:
  openssl/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-17 12:51:35 UTC (rev 178161)
+++ PKGBUILD	2013-02-17 14:25:57 UTC (rev 178162)
@@ -42,7 +42,7 @@
 
 	# mark stack as non-executable: http://bugs.archlinux.org/task/12434
 	./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
-		shared zlib enable-md2 ${optflags} \
+		shared zlib ${optflags} \
 		"${openssltarget}" \
 		-Wa,--noexecstack "${CFLAGS}" "${LDFLAGS}"
 




More information about the arch-commits mailing list