Browse Source

evolution: fixed evolution-conf.in to find nss includes and libs

stable/0.2
Christian Wiese 14 years ago
parent
commit
beb2a9ccc0
  1. 6
      gnome2/evolution/evolution-conf.in

6
gnome2/evolution/evolution-conf.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../evolution/evolution-conf.in
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2011 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -28,8 +28,8 @@ if [ "$nsspkg" ]; then
var_append confopt ' ' "--enable-nss=yes"
var_append confopt ' ' "--enable-smime=yes"
var_append confopt ' ' "--with-nss-includes=$nssinc/$nssid/nss"
var_append confopt ' ' "--with-nss-libs=$nsslib/$nssid/nss"
var_append confopt ' ' "--with-nss-includes=$nssinc/$nssid"
var_append confopt ' ' "--with-nss-libs=$nsslib/$nssid"
var_append confopt ' ' "--with-nspr-includes=$nssinc/$nssid/nspr"
var_append confopt ' ' "--with-nspr-libs=$nsslib/$nssid/nspr"
else

Loading…
Cancel
Save