jasper: autoreconf to fix rpath issue
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 10 Sep 2014 08:49:46 +0000 (10:49 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 10 Sep 2014 08:55:12 +0000 (10:55 +0200)
The old version of autotools used gets confused and ends up looking in
/usr/lib for libjpeg when host == target..

Fixes http://autobuild.buildroot.net/results/307/307cac65287420252a5bb64715d9a1edd90e72fa/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/jasper/jasper.mk

index 7917c6a6bfd9578062abb8e47c49d4edbe21a656..b2da07d76315deabc54667b808ff65a1682bda37 100644 (file)
@@ -11,5 +11,7 @@ JASPER_INSTALL_STAGING = YES
 JASPER_DEPENDENCIES = jpeg
 JASPER_LICENSE = MIT
 JASPER_LICENSE_FILES = LICENSE
+# needed to fix rpath issue (http://autobuild.buildroot.net/results/307/307cac65287420252a5bb64715d9a1edd90e72fa/)
+JASPER_AUTORECONF = YES
 
 $(eval $(autotools-package))