|
|
@ -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" |