Blame openssh-6.2p1-modpipe-cflags.patch
|
Petr Lautrbach |
8d9702 |
diff -up openssh-6.2p1/Makefile.in.modpipe-pie openssh-6.2p1/Makefile.in
|
|
Petr Lautrbach |
8d9702 |
--- openssh-6.2p1/Makefile.in.modpipe-pie 2013-04-04 14:44:26.293745777 +0200
|
|
Petr Lautrbach |
8d9702 |
+++ openssh-6.2p1/Makefile.in 2013-04-04 14:44:49.483647020 +0200
|
|
Petr Lautrbach |
8d9702 |
@@ -418,7 +418,7 @@ uninstall:
|
|
Petr Lautrbach |
8d9702 |
|
|
Petr Lautrbach |
8d9702 |
regress/modpipe$(EXEEXT): $(srcdir)/regress/modpipe.c
|
|
Petr Lautrbach |
8d9702 |
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
|
|
Petr Lautrbach |
8d9702 |
- $(CC) $(CPPFLAGS) -o $@ $? \
|
|
Petr Lautrbach |
8d9702 |
+ $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $? \
|
|
Petr Lautrbach |
8d9702 |
$(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
|
|
Petr Lautrbach |
8d9702 |
|
|
Petr Lautrbach |
8d9702 |
tests interop-tests: $(TARGETS) regress/modpipe$(EXEEXT)
|