diff --git a/alpine-2.00-as_needed.patch b/alpine-2.00-as_needed.patch new file mode 100644 index 0000000..b74199c --- /dev/null +++ b/alpine-2.00-as_needed.patch @@ -0,0 +1,10 @@ +--- configure.ac ++++ configure.ac +@@ -1307,6 +1307,7 @@ + AC_CHECK_LIB(pam, pam_start, + [ + alpine_c_client_target="lnp" ++ LIBS="$LIBS -lpam" + ], + [ + if test -f /etc/shadow ; then diff --git a/alpine.changes b/alpine.changes index d1374c2..40638ca 100644 --- a/alpine.changes +++ b/alpine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jun 20 14:11:40 CEST 2009 - cmorve69@yahoo.es + +- fixed build with --as-needed + ------------------------------------------------------------------- Tue Jun 2 12:06:56 CEST 2009 - coolo@suse.de diff --git a/alpine.spec b/alpine.spec index 93e7450..80a3b03 100644 --- a/alpine.spec +++ b/alpine.spec @@ -50,8 +50,8 @@ Conflicts: pine4 %endif # Version: 2.00 -Release: 4 -License: The Apache Software License +Release: 5 +License: Apache Software License .. Group: Productivity/Networking/Email/Clients AutoReqProv: on Url: http://www.washington.edu/alpine/ @@ -64,6 +64,7 @@ Patch2: make-use-of-strncat-safer.diff Patch3: operation-may-be-undefined-warning.diff Patch4: fix-implicit.patch Patch5: alpine-gcc44.diff +Patch6: alpine-2.00-as_needed.patch Patch10: pico-fix-spurious-undef-warnings.diff Patch20: pine-expression-warnings.diff Patch40: pico-stripwhitespace.diff @@ -101,7 +102,7 @@ when operations take a long time. %package -n pico -License: The Apache Software License +License: Apache Software License .. Summary: A small, easy to use editor Group: Productivity/Editors/Other AutoReqProv: on @@ -115,7 +116,7 @@ Characters are inserted into the text as they are typed. %package -n pilot -License: The Apache Software License +License: Apache Software License .. Summary: Simple file system browser Group: Productivity/File utilities AutoReqProv: on @@ -159,6 +160,7 @@ fi %patch3 -p1 %patch4 -p0 %patch5 -p0 +%patch6 -p0 %patch10 -p1 %patch20 -p1 %patch40 -p1 @@ -166,6 +168,8 @@ fi %endif # End of "if !{build_vanilla}" %build +# Needed because of alpine-2.00-as_needed.patch +autoreconf -fi # Workaround for older distros which slashed the gnu: %if %{suse_version} <= 1010 %define _host_os %{_os}%{?_gnu} @@ -348,45 +352,3 @@ rm -rf %buildroot %endif %changelog -* Tue Jun 02 2009 coolo@suse.de -- fix compilation with gcc44 -* Wed Oct 15 2008 max@suse.de -- lzma is no longer needed for building. -* Thu Oct 09 2008 meissner@suse.de -- added unistd.h for prototypes -* Mon Sep 29 2008 max@suse.de -- Update to version 2.00 and the related Chappa patches. -- Changes include: - * Experimental S/MIME support added in UNIX versions of Alpine - * Enhance address completion in the composer (TAB command) - * Add line wrapping when displaying PRE formatted sections of - HTML - * Fix a crash when using tab-completion for selecting a Save - filename - * Fix viewing, printing, exporting, replying, and bouncing of - message digests. - * The Unknown Character Set option did not work correctly - interpreting unknown characters in message headers - * Crash when TABing to next folder, the next folder with new - mail is a POP folder, and there is a more than 10 minute - pause between typing the TAB and typing the Yes -- For more details, see: - http://www.washington.edu/alpine/changes/1.10-to-2.00.html -* Sat Apr 26 2008 coolo@suse.de -- fix build -* Fri Apr 25 2008 bk@suse.de -- Update to alpine-1.10 and update fixes suggested for this version -* Fri Jan 11 2008 bk@suse.de -- Update to alpine-1.00 and apply fixes suggested for this version -* Tue Sep 25 2007 bk@suse.de -- Use only select patches from Eduardo (fixes crash in mail reader) -* Wed Sep 19 2007 bk@suse.de -- Remove files with unclear license from packaged sources (#308533) -- Add small bug fix: Postponed messages which were labelled as UTF-8 -- Spec file cleanup: Comments improved, obsoleted some warning flags -* Tue Sep 04 2007 bk@suse.de -- Update to final prerelease 0.9999 with updates from Eduardo Chappa -* Thu Aug 09 2007 bk@suse.de -- add a number of critcally needed fixes for some crashes (and more) -* Thu Aug 02 2007 bk@suse.de -- initial version 0.999 + assorted feature patches and some fixes