summaryrefslogtreecommitdiff
blob: e9e94580ac4222e4640a51127dfdbf1245878ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.in b/Makefile.in
index ce69ab7..e8542b5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -12,7 +12,7 @@ install=@INSTALL@
 all: chroot_safe.so
 
 chroot_safe.so: chroot_safe.cpp Makefile
-	$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(DEFINES) $(SOFLAGS) -o chroot_safe.so $<
+	$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) $(DEFINES) $(SOFLAGS) -o chroot_safe.so $<
 
 clean:
 	rm -f *.o *.so *~