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