diff --git a/security/prelude-lml/prelude-lml.conf b/security/prelude-lml/prelude-lml.conf index 2bc59c9d3..ae61ff011 100644 --- a/security/prelude-lml/prelude-lml.conf +++ b/security/prelude-lml/prelude-lml.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../prelude-lml/prelude-lml.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. @@ -19,3 +20,7 @@ if [ $prefix_auto = 1 ] ; then fi set_confopt fi + +# use the correct location for libprelude while cross-compiling +pkgprefix -t libprelude +var_append extraconfopt ' ' "--with-libprelude-prefix=$root/$( pkgprefix libprelude )"