|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../libprelude/libprelude.conf |
|
|
|
|
# Copyright (C) 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -20,3 +21,9 @@ if [ $prefix_auto = 1 ] ; then
|
|
|
|
|
set_confopt |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# use the right gnutls and libgcrypt while cross-compiling |
|
|
|
|
pkgprefix -t gnutls |
|
|
|
|
var_append extraconfopt ' ' "--with-libgnutls-prefix=$root/$( pkgprefix gnutls )" |
|
|
|
|
|
|
|
|
|
pkgprefix -t libgcrypt |
|
|
|
|
var_append extraconfopt ' ' "--with-libgcrypt-prefix=$root/$( pkgprefix libgcrypt )" |
|
|
|
|