OBS User unknown
2008-04-09 19:07:39 +00:00
committed by Git OBS Bridge
parent 7972500c88
commit 6766997b7e
7 changed files with 622 additions and 4 deletions

5
cups-krb5-config Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
unset CFLAGS
/usr/lib/mit/bin/krb5-config ${1+"$@"} | \
sed -r -e 's/-W[^[:blank:]]+//g' -e 's/-L[^[:blank:]]+//g'