summaryrefslogtreecommitdiffstats
path: root/current
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-01-14 11:20:46 +0000
committer Eric Hameleers <alien@slackware.com>2016-01-14 11:20:46 +0000
commit66acc5fa5331fc615b929803ea18c5128042172e (patch)
tree650295227bc5d5f6ffa36d3503ef3da11aebc88b /current
parentff700e33bffa4db74c546c221ef8582d70e2c5e7 (diff)
downloadmultilib-66acc5fa5331fc615b929803ea18c5128042172e.tar.gz
multilib-66acc5fa5331fc615b929803ea18c5128042172e.tar.xz
Remove the rquota.x and rquota.h include files, as they are provided by the quota package
Diffstat (limited to 'current')
-rwxr-xr-xcurrent/glibc/glibc-multilib.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/current/glibc/glibc-multilib.SlackBuild b/current/glibc/glibc-multilib.SlackBuild
index ba47907..60e545e 100755
--- a/current/glibc/glibc-multilib.SlackBuild
+++ b/current/glibc/glibc-multilib.SlackBuild
@@ -30,7 +30,7 @@
VERSION=${VERSION:-2.22}
CHECKOUT=${CHECKOUT:-""}
-BUILD=${BUILD:-3alien}
+BUILD=${BUILD:-4alien}
## Included in glibc now:
## glibc-libidn version
@@ -320,6 +320,10 @@ strip -g $PKG/lib${LIBDIRSUFFIX}/l*.so*
strip -g $PKG/usr/lib${LIBDIRSUFFIX}/l*.so*
strip -g $PKG/usr/lib${LIBDIRSUFFIX}/lib*.a
+# Remove the rquota.x and rquota.h include files, as they are provided by
+# the quota package:
+rm -f $PKG/usr/include/rpcsvc/rquota.{h,x}
+
# Back to the sources dir to add some files/docs:
cd $TMP/glibc-$CVSVER