[maemo-commits] [maemo-commits] r16204 - in projects/haf/trunk/apt: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Sep 24 13:10:21 EEST 2008
- Previous message: [maemo-commits] r16203 - in projects/haf/trunk/apt: . debian
- Next message: [maemo-commits] r16205 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2008-09-24 13:10:20 +0300 (Wed, 24 Sep 2008) New Revision: 16204 Modified: projects/haf/trunk/apt/configure.in projects/haf/trunk/apt/debian/changelog projects/haf/trunk/apt/maemostrip.patch Log: * Updated maemostrip.patch Modified: projects/haf/trunk/apt/configure.in =================================================================== --- projects/haf/trunk/apt/configure.in 2008-09-24 10:01:06 UTC (rev 16203) +++ projects/haf/trunk/apt/configure.in 2008-09-24 10:10:20 UTC (rev 16204) @@ -74,12 +74,12 @@ LIBS="$saveLIBS" -AC_CHECK_LIB(curl, curl_easy_init, - [AC_CHECK_HEADER(curl/curl.h, - curl_ok=yes, - curl_ok=no)], - AC_MSG_ERROR([failed: I need CURL due https support]), -) +dnl AC_CHECK_LIB(curl, curl_easy_init, +dnl [AC_CHECK_HEADER(curl/curl.h, +dnl curl_ok=yes, +dnl curl_ok=no)], +dnl AC_MSG_ERROR([failed: I need CURL due https support]), +dnl ) AC_SUBST(BDBLIB) Modified: projects/haf/trunk/apt/debian/changelog =================================================================== --- projects/haf/trunk/apt/debian/changelog 2008-09-24 10:01:06 UTC (rev 16203) +++ projects/haf/trunk/apt/debian/changelog 2008-09-24 10:10:20 UTC (rev 16204) @@ -1,6 +1,6 @@ apt (0.7.14maemo3~unreleased) unstable; urgency=low - * + * Updated maemostrip.patch -- Marius Vollmer <marius.vollmer at nokia.com> Wed, 24 Sep 2008 10:35:36 +0300 Modified: projects/haf/trunk/apt/maemostrip.patch =================================================================== --- projects/haf/trunk/apt/maemostrip.patch 2008-09-24 10:01:06 UTC (rev 16203) +++ projects/haf/trunk/apt/maemostrip.patch 2008-09-24 10:10:20 UTC (rev 16204) @@ -1,3 +1,26 @@ +Index: configure.in +=================================================================== +--- configure.in (revision 16203) ++++ configure.in (working copy) +@@ -74,12 +74,12 @@ AC_CHECK_HEADER(db.h, + + LIBS="$saveLIBS" + +-AC_CHECK_LIB(curl, curl_easy_init, +- [AC_CHECK_HEADER(curl/curl.h, +- curl_ok=yes, +- curl_ok=no)], +- AC_MSG_ERROR([failed: I need CURL due https support]), +-) ++dnl AC_CHECK_LIB(curl, curl_easy_init, ++dnl [AC_CHECK_HEADER(curl/curl.h, ++dnl curl_ok=yes, ++dnl curl_ok=no)], ++dnl AC_MSG_ERROR([failed: I need CURL due https support]), ++dnl ) + + AC_SUBST(BDBLIB) + Index: debian/control =================================================================== --- debian/control (revision 16116)
- Previous message: [maemo-commits] r16203 - in projects/haf/trunk/apt: . debian
- Next message: [maemo-commits] r16205 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]