Skip to content

Commit

Permalink
Remove superfluous -no-pie flag
Browse files Browse the repository at this point in the history
It is unknown why this flag was added in the first place. It doesn't
make sense to use it without a good reason.
  • Loading branch information
TheAssassin committed Dec 8, 2024
1 parent 6062feb commit 0a1fc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo "db0238c5981dabbd80ee09ae15387f390091668ca060a7bc38047912491443d3 0.5.2.ta
tar xf 0.5.2.tar.gz
pushd squashfuse-*/
./autogen.sh
./configure CFLAGS="${CFLAGS} -no-pie" LDFLAGS=-static
./configure LDFLAGS="-static"
make -j"$(nproc)"
make install
/usr/bin/install -c -m 644 ./*.h '/usr/local/include/squashfuse'
Expand Down

0 comments on commit 0a1fc66

Please sign in to comment.