blob: 78d2f0786201cbcf56b10ed5919d01a914649bc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur cups-1.1.23/systemv/Makefile cups-1.1.23-setXid/systemv/Makefile
--- cups-1.1.23/systemv/Makefile 2005-01-03 19:29:59 +0000
+++ cups-1.1.23-setXid/systemv/Makefile 2005-05-28 10:45:46 +0000
@@ -174,7 +174,7 @@
lppasswd: lppasswd.o ../cups/$(LIBCUPS)
echo Linking $@...
- $(CC) $(LDFLAGS) -o lppasswd lppasswd.o $(LIBZ) $(LIBS)
+ $(CC) $(LDFLAGS) -Wl,-z,now -o lppasswd lppasswd.o $(LIBZ) $(LIBS)
#
|