Correct build configuration to solve dependency problem to pkgconfig.

Sun, 05 Aug 2012 21:46:47 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 05 Aug 2012 21:46:47 +0200
changeset 479
1a3c5950a050
parent 478
804dbcd7beb4
child 480
332ec562ab2e

Correct build configuration to solve dependency problem to pkgconfig.

mutt/mutt.spec file | annotate | diff | comparison | revisions
     1.1 --- a/mutt/mutt.spec	Sun Aug 05 21:46:09 2012 +0200
     1.2 +++ b/mutt/mutt.spec	Sun Aug 05 21:46:47 2012 +0200
     1.3 @@ -36,7 +36,7 @@
     1.4  Group:        Mail
     1.5  License:      BSD
     1.6  Version:      %{V_mutt}
     1.7 -Release:      20110123
     1.8 +Release:      20120800
     1.9  
    1.10  #   build options
    1.11  %option       with_pop       yes
    1.12 @@ -73,7 +73,7 @@
    1.13  PreReq:       openssl
    1.14  %endif
    1.15  %if "%{with_sasl}" == "yes"
    1.16 -BuildPreReq:  sasl
    1.17 +BuildPreReq:  sasl, pkgconfig
    1.18  PreReq:       sasl
    1.19  %endif
    1.20  %if "%{with_hcache}" == "yes"

mercurial