saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-08-09 18:01:04 +02:00 committed by Hans Wurst
parent 735a3402de
commit dfcb8d43ec
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ GAMES_GROUP=users
## per-package settings
# no as-needed
if [[ "${CATEGORY}/${PN}" == "net-libs/libeXosip" ]]
if [[ "${CATEGORY}/${PN}" == "net-libs/libeXosip" ||
"${CATEGORY}/${PN}" == "net-libs/libnetfilter_queue" ]]
then
LDFLAGS="${LDFLAGS/-Wl,--as-needed/}"
fi