changeset 1053:84ba1fd35443

remove a correction of package curl that is no longer needed
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 15 Jun 2010 14:02:16 +0200
parents 749cbc1d5796
children 37daf336dd20
files src/curl.mk
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/curl.mk	Sun Jun 06 19:48:37 2010 +0200
+++ b/src/curl.mk	Tue Jun 15 14:02:16 2010 +0200
@@ -20,7 +20,6 @@
 
 define $(PKG)_BUILD
     $(SED) -i '/^#endif/ i#define CURL_STATICLIB' '$(1)/include/curl/curlbuild.h.in'
-    $(SED) -i 's,GNUTLS_ENABLED = 1,GNUTLS_ENABLED=1,' '$(1)/configure'
     # wine confuses the cross-compiling detection, so set it explicitly
     $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
     cd '$(1)' && ./configure \