summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-06-25 16:27:12 +0100
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-06-25 16:47:53 +0100
commit0967ba533bd732f4f5340f69ca01d2aebcea48a6 (patch)
tree35bb3da3b5a17d22b2855bd05fd2e80932ffb08c
parenta326f3ca758648bc7dabaf899e78d4b80db400e5 (diff)
downloaddefinitions-0967ba533bd732f4f5340f69ca01d2aebcea48a6.tar.gz
Add configure commands to libjpeg.bst element
This will create the m4 element for autoconf which was missing when calling ./configure without running autoreconf or ./autogen.sh
-rw-r--r--elements/graphics-common/libjpeg.bst4
1 files changed, 4 insertions, 0 deletions
diff --git a/elements/graphics-common/libjpeg.bst b/elements/graphics-common/libjpeg.bst
index 3c48e5de..7c30dc55 100644
--- a/elements/graphics-common/libjpeg.bst
+++ b/elements/graphics-common/libjpeg.bst
@@ -9,3 +9,7 @@ sources:
url: upstream:libjpeg
track: baserock/morph
ref: f57ac58ac664ede6bc6e8cd9d88e0edaa366e21a
+config:
+ configure-commands:
+ - autoreconf -ivf
+ - ./configure --prefix="%{prefix}"