|
|
@ -2,6 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../libpreludedb/libpreludedb.conf |
|
|
|
# Filename: package/.../libpreludedb/libpreludedb.conf |
|
|
|
|
|
|
|
# Copyright (C) 2011 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
@ -21,3 +22,8 @@ if [ $prefix_auto = 1 ] ; then |
|
|
|
set_confopt |
|
|
|
set_confopt |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Perl bindings |
|
|
|
|
|
|
|
if pkginstalled perl; then |
|
|
|
|
|
|
|
# always install into perl 'vendor' directory |
|
|
|
|
|
|
|
var_append extraconfopt ' ' "--with-perl-installdirs=vendor" |
|
|
|
|
|
|
|
fi |
|
|
|