aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_linux_package.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/make_linux_package.sh b/tools/make_linux_package.sh
index 0c8e826b..c48a8074 100755
--- a/tools/make_linux_package.sh
+++ b/tools/make_linux_package.sh
@@ -24,6 +24,8 @@ mv $DEST/generator/dist $DEST/generator-bin
# Package the protoc compiler
cp `which protoc` $DEST/generator-bin/protoc.bin
+LIBPROTOC=$(ldd `which protoc` | grep -o '/.*libprotoc[^ ]*')
+cp $LIBPROTOC $DEST/generator-bin/
cat > $DEST/generator-bin/protoc << EOF
#!/bin/bash
SCRIPTDIR=\$(dirname \$(readlink -f \$0))