lib/fuzzing/oss-fuzz: Install chrpath as we use it in the build.sh script to set...
authorAndrew Bartlett <abartlet@samba.org>
Thu, 7 Nov 2019 04:17:40 +0000 (17:17 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 20 Nov 2019 23:19:35 +0000 (23:19 +0000)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Uri Simchoni <uri@samba.org>
lib/fuzzing/oss-fuzz/build_image.sh

index 6525c16fafe34bf75d47c7e12440a9c1e82f525c..fa899effc374e1e63680543a6c014ce0f5f428dd 100755 (executable)
@@ -6,4 +6,6 @@ SCRIPT_DIR=`dirname $0`
 $SCRIPT_DIR/../../../bootstrap/generated-dists/$DIST/bootstrap.sh
 $SCRIPT_DIR/../../../bootstrap/generated-dists/$DIST/locale.sh
 
+apt-get install chrpath
+
 cp $SCRIPT_DIR/build.sh $SRC/