# HG changeset patch # User Michael Schloh von Bennewitz # Date 1344196007 -7200 # Node ID 1a3c5950a05067d677e7b99c720f926bb6463d4b # Parent 804dbcd7beb4749c8b70591c054ed66a5098e4c3 Correct build configuration to solve dependency problem to pkgconfig. diff -r 804dbcd7beb4 -r 1a3c5950a050 mutt/mutt.spec --- a/mutt/mutt.spec Sun Aug 05 21:46:09 2012 +0200 +++ b/mutt/mutt.spec Sun Aug 05 21:46:47 2012 +0200 @@ -36,7 +36,7 @@ Group: Mail License: BSD Version: %{V_mutt} -Release: 20110123 +Release: 20120800 # build options %option with_pop yes @@ -73,7 +73,7 @@ PreReq: openssl %endif %if "%{with_sasl}" == "yes" -BuildPreReq: sasl +BuildPreReq: sasl, pkgconfig PreReq: sasl %endif %if "%{with_hcache}" == "yes"