|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../botan/botan.conf |
|
|
|
|
# Copyright (C) 2010 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -12,5 +13,5 @@
|
|
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
hook_add preconf 5 "./configure.pl --prefix=/$prefix gcc-linux-$arch" |
|
|
|
|
hook_add premake 5 "sed -i -e 's/0x\([0-9a-fA-F]\{16\}\)/0x\1LL/g' src/*.cpp" |
|
|
|
|
hook_add preconf 5 "./configure.py --prefix=/$prefix --libdir=${libdir##*/}" |
|
|
|
|
var_append makeinstopt ' ' "DOCDIR=$docdir" |
|
|
|
|