Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
32827eeb8e
3 changed files with 5 additions and 6 deletions
  1. +2
    -3
      package/base/mutt/mutt.desc
  2. +2
    -2
      package/tsa/cyrus-sasl/cyrus-sasl.conf
  3. +1
    -1
      package/tsa/cyrus-sasl2/cyrus-sasl2.conf

+ 2
- 3
package/base/mutt/mutt.desc

@ -37,8 +37,7 @@
[L] GPL
[S] Stable
[V] 1.4.2.1i
[V] 1.5.11
[P] X -?---5---9 114.100
[D] 3803665787 mutt-1.4.2.1i.tar.gz ftp://ftp.mutt.org/mutt/
[D] 1394214086 mutt-1.5.11.tar.gz ftp://ftp.mutt.org/mutt/devel/

+ 2
- 2
package/tsa/cyrus-sasl/cyrus-sasl.conf

@ -21,7 +21,7 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
var_append confopt ' ' '--disable-krb4'
var_append confopt ' ' '--includedir=/$prefix/include/sasl'
var_append confopt ' ' '--includedir=/$prefix/include/sasl1'
# have to use gdbm for now since bdb4 isn't supported
var_append confopt ' ' '--with-dblib=gdbm'
@ -29,4 +29,4 @@ var_append confopt ' ' '--with-dblib=gdbm'
var_append INSTALL_WRAPPER_FILTER "|" \
'sed -e "s,man3/sasl,man3/sasl1,g" -e "s,man8/sasl,man8/sasl1,g"'
hook_add postinstall 3 "cd /$prefix/include/sasl; ln -sf . include"
hook_add postinstall 3 "cd /$prefix/include/sasl1; ln -sf . include"

+ 1
- 1
package/tsa/cyrus-sasl2/cyrus-sasl2.conf

@ -20,5 +20,5 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
var_append confopt ' ' '--includedir=/$prefix/include/sasl2'
var_append confopt ' ' '--includedir=/$prefix/include/sasl'

Loading…
Cancel
Save