diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2019-02-10 14:51:30 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2019-02-11 15:37:24 +0100 |
commit | bb912b4ab0ca3d9620a63f96d65d03cda6aff34a (patch) | |
tree | 5dada28c0948fb55e747557574ef1c144a7a02ba /package/sg3_utils/sg3_utils.mk | |
parent | 2f67573373c7ee52b28771c8ed0fffb3dfcd5fbc (diff) | |
download | buildroot-bb912b4ab0ca3d9620a63f96d65d03cda6aff34a.tar.gz buildroot-bb912b4ab0ca3d9620a63f96d65d03cda6aff34a.zip |
package/sg3_utils: ensure to build against librt when needed
The sg3_utils has provisions to build against librt when needed, but
forgot to use that mechanism for the sg_turs program. This commit
fixes that. The patch has been submitted upstream to the sg3_utils
author.
Fixes:
http://autobuild.buildroot.net/results/67b890a41d05497820ea4f44e187257dd6818b0b/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Tested-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/sg3_utils/sg3_utils.mk')
-rw-r--r-- | package/sg3_utils/sg3_utils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sg3_utils/sg3_utils.mk b/package/sg3_utils/sg3_utils.mk index b3a79d68ee..79521fd06e 100644 --- a/package/sg3_utils/sg3_utils.mk +++ b/package/sg3_utils/sg3_utils.mk @@ -14,7 +14,7 @@ SG3_UTILS_LICENSE := $(SG3_UTILS_LICENSE), GPL-2.0+ (programs), BSD-3-Clause (pr endif SG3_UTILS_LICENSE_FILES = COPYING BSD_LICENSE -# Patching configure.ac +# Patching configure.ac/Makefile.am SG3_UTILS_AUTORECONF = YES # install the libsgutils2 library |