libksba/libksba-nobetasuffix.patch

25 lines
652 B
Diff
Raw Permalink Normal View History

Index: libksba-1.6.4/autogen.sh
===================================================================
--- libksba-1.6.4.orig/autogen.sh
+++ libksba-1.6.4/autogen.sh
@@ -222,7 +222,7 @@ if [ "$myhost" = "find-version" ]; then
esac
beta=no
- if [ -d .git ]; then
+ if false; then
ingit=yes
tmp=$(git describe --match "${matchstr1}" --long 2>/dev/null)
if [ -n "$tmp" ]; then
@@ -236,8 +236,8 @@ if [ "$myhost" = "find-version" ]; then
rvd=$((0x$(echo ${rev} | head -c 4)))
else
ingit=no
- beta=yes
- tmp="-unknown"
+ beta=no
+ tmp=""
rev="0000000"
rvd="0"
fi