summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2015-01-05 05:39:43 +0100
committerJose V Beneyto <sepen@crux.nu>2015-01-05 05:39:43 +0100
commitdc7d2e566559c6dbf33f6024f9bf470668abc617 (patch)
tree3c5a8d50a5656d2b64e010817ffde900b8839249
parentcbe0d9ddc1050414bd7861ca284ec32f965aa10e (diff)
downloadopt-dc7d2e566559c6dbf33f6024f9bf470668abc617.tar.gz
opt-dc7d2e566559c6dbf33f6024f9bf470668abc617.tar.xz
krb5: delete cflags Os and cleaned up
-rw-r--r--krb5/.footprint11
-rw-r--r--krb5/Pkgfile9
2 files changed, 9 insertions, 11 deletions
diff --git a/krb5/.footprint b/krb5/.footprint
index 772d64a46..91363807a 100644
--- a/krb5/.footprint
+++ b/krb5/.footprint
@@ -120,9 +120,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/mit-krb5-gssapi.pc
-rw-r--r-- root/root usr/lib/pkgconfig/mit-krb5.pc
drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/cat1/
-drwxr-xr-x root/root usr/man/cat5/
-drwxr-xr-x root/root usr/man/cat8/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/k5srvutil.1.gz
-rw-r--r-- root/root usr/man/man1/kadmin.1.gz
@@ -168,7 +165,7 @@ drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/sim_server
-rwxr-xr-x root/root usr/sbin/sserver
-rwxr-xr-x root/root usr/sbin/uuserver
-drwxr-xr-x root/root usr/var/
-drwxr-xr-x root/root usr/var/krb5kdc/
-drwxr-xr-x root/root usr/var/run/
-drwxr-xr-x root/root usr/var/run/krb5kdc/
+drwxr-xr-x root/root var/
+drwxr-xr-x root/root var/krb5kdc/
+drwxr-xr-x root/root var/run/
+drwxr-xr-x root/root var/run/krb5kdc/
diff --git a/krb5/Pkgfile b/krb5/Pkgfile
index 98b3fe1e3..38516447c 100644
--- a/krb5/Pkgfile
+++ b/krb5/Pkgfile
@@ -6,7 +6,7 @@
name=krb5
version=1.13
-release=1
+release=2
source=(http://web.mit.edu/kerberos/dist/$name/$version/$name-$version-signed.tar \
$name-config_LDFLAGS.patch)
@@ -19,10 +19,11 @@ build() {
cd $SRC/$name-$version/src
sed -e '/KRB5ROOT=/ s/\/local//' -i util/ac_check_krb5.m4
- export CFLAGS="$CFLAGS -I/usr/include/et"
+ export CFLAGS="${CFLAGS/-Os/-O2} -I/usr/include/et"
./configure --prefix=/usr \
--mandir=/usr/man \
+ --localstatedir=/var \
--enable-shared \
--disable-rpath \
--without-tcl \
@@ -33,8 +34,8 @@ build() {
make
make DESTDIR=$PKG install
- rm -rf $PKG/usr/share
+ rm -rf $PKG/usr/share $PKG/usr/man/cat* $PKG/usr/man5/.*
- # Comment this if you want kerberized versions of ftp and telnet
+ # comment this if you want kerberized versions of ftp and telnet
rm -rf $PKG/usr/bin/{ftp,telnet} $PKG/usr/man/man1/{ftp,telnet}.1
}

Generated by cgit