|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../shadow/shadow.conf |
|
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2009 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
|
# |
|
|
|
@ -14,9 +14,6 @@
|
|
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
# apply the patches defined in the shadow.desc |
|
|
|
|
var_append patchfiles ' ' "`match_source_file -p patch`" |
|
|
|
|
|
|
|
|
|
if pkginstalled libselinux; then |
|
|
|
|
var_append GCC_WRAPPER_APPEND ' ' '-lselinux' |
|
|
|
|
else |
|
|
|
@ -65,4 +62,3 @@ if ! atstage native; then
|
|
|
|
|
else |
|
|
|
|
libdir="$root/${libdir##*/}" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|