Skip to content

Commit 3ea10e8

Browse files
committed
Remove superfluous -no-pie flag
It is unknown why this flag was added in the first place. It doesn't make sense to use it without a good reason.
1 parent 2300b85 commit 3ea10e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ echo "db0238c5981dabbd80ee09ae15387f390091668ca060a7bc38047912491443d3 0.5.2.ta
3838
tar xf 0.5.2.tar.gz
3939
pushd squashfuse-*/
4040
./autogen.sh
41-
./configure CFLAGS="${CFLAGS} -no-pie" LDFLAGS=-static
41+
./configure LDFLAGS="-static"
4242
make -j"$(nproc)"
4343
make install
4444
/usr/bin/install -c -m 644 ./*.h '/usr/local/include/squashfuse'

0 commit comments

Comments
 (0)