summaryrefslogtreecommitdiff
path: root/elements
diff options
context:
space:
mode:
Diffstat (limited to 'elements')
-rw-r--r--elements/core/bison.bst5
-rw-r--r--elements/core/libtool.bst5
-rw-r--r--elements/core/patch.bst2
3 files changed, 9 insertions, 3 deletions
diff --git a/elements/core/bison.bst b/elements/core/bison.bst
index 2f4f697e..fda641db 100644
--- a/elements/core/bison.bst
+++ b/elements/core/bison.bst
@@ -33,5 +33,8 @@ sources:
config:
configure-commands:
- - sh bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
+ # If we don't run `./boostrap` with git, this script will look
+ # for the .tarball-version file to set up some versioning.
+ - echo "3.0.4" > .tarball-version
+ - ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
- ./configure --prefix="%{prefix}"
diff --git a/elements/core/libtool.bst b/elements/core/libtool.bst
index e9f2c1bd..e945a861 100644
--- a/elements/core/libtool.bst
+++ b/elements/core/libtool.bst
@@ -33,5 +33,8 @@ sources:
config:
configure-commands:
- - export NOCONFIGURE=1; export MAKEFLAGS="-j 1"; ./bootstrap
+ # If we don't run `./boostrap` with git, this script will look
+ # for the .tarball-version file to set up some versioning.
+ - echo "2.4.6" > .tarball-version
+ - export NOCONFIGURE=1; export MAKEFLAGS="-j 1"; ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
- ./configure --prefix="%{prefix}" --sysconfdir=/etc --localstatedir=/var
diff --git a/elements/core/patch.bst b/elements/core/patch.bst
index efa4aa7a..75fa709d 100644
--- a/elements/core/patch.bst
+++ b/elements/core/patch.bst
@@ -26,4 +26,4 @@ sources:
config:
configure-commands:
(<):
- - ./bootstrap --skip-po
+ - ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib