gsl: handle gsl-config script
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 10 May 2013 06:29:25 +0000 (06:29 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 11 May 2013 20:39:34 +0000 (22:39 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/gsl/gsl.mk

index 65915916cdab8b1c3de916718f26ecf1fa62e508..ef426cff38e28f2592c6099d6b8991bbcdc67311 100644 (file)
@@ -9,6 +9,7 @@ GSL_SITE = $(BR2_GNU_MIRROR)/gsl
 GSL_INSTALL_STAGING = YES
 GSL_LICENSE = GPLv3
 GSL_LICENSE_FILES = COPYING
+GSL_CONFIG_SCRIPTS = gsl-config
 
 # uClibc pretends to have fenv support as it installs <fenv.h>, but in
 # practice, it only implements it for i386. Problem reported upstream