3 changed files with 32 additions and 14 deletions
@ -0,0 +1,30 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../skalibs/skaware-conf.in |
||||||
|
# Copyright (C) 2011 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
# do not run the useless configure script dummy |
||||||
|
runconf=0 |
||||||
|
|
||||||
|
# do not run make install because we do not want slashpackage convention |
||||||
|
# by default |
||||||
|
makeinstopt= |
||||||
|
|
||||||
|
skaware_conf() { |
||||||
|
# configure build environment |
||||||
|
echo "$CC" > conf-compile/conf-cc |
||||||
|
echo "$CC" > conf-compile/conf-ld |
||||||
|
echo "$CC" > conf-compile/conf-dynld |
||||||
|
echo "$STRIP -R .note -R .comment -R .note.GNU-stack" > conf-compile/conf-stripbins |
||||||
|
echo "$STRIP -x -R .note -R .comment -R .note.GNU-stack" > conf-compile/conf-striplibs |
||||||
|
} |
||||||
|
hook_add preconf 1 'skaware_conf' |
Loading…
Reference in new issue