* Replace usage of %jobs for reproducible builds (boo#1237231) * Add perl-fixed-uname.patch to not store kernel version (boo#1230137) OBS-URL: https://build.opensuse.org/request/show/1284187 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=265
14 lines
297 B
Diff
14 lines
297 B
Diff
diff --git a/Configure b/Configure
|
|
index 72c3794..7c2edf6 100755
|
|
--- a/Configure
|
|
+++ b/Configure
|
|
@@ -3541,7 +3541,7 @@ EOM
|
|
;;
|
|
linux) osname=linux
|
|
case "$3" in
|
|
- *) osvers="$3" ;;
|
|
+ *) osvers="6.14.0" ;;
|
|
esac
|
|
$test -f /system/lib/libandroid.so && osname=linux-android
|
|
;;
|