From bb71011054a715f8781a6b1945af1fe16df3c0db Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 28 Nov 2012 16:32:43 +0100 Subject: [PATCH] pycurl: remove dependency to curl because curl is no addon. --- lfs/pycurl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/pycurl b/lfs/pycurl index 2bc3c44cf..cf8bd71fc 100644 --- a/lfs/pycurl +++ b/lfs/pycurl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2012 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = pycurl -PAK_VER = 1 +PAK_VER = 2 -DEPS = "curl" +DEPS = "" CFLAGS += -DHAVE_CURL_OPENSSL -- 2.39.5