Commits

Ryan Schmidt authored 1cf844600ee
proxytunnel: also link with libcrypto to fix build failure (https://trac.macports.org/ticket/49139)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@140977 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

net/proxytunnel/files/patch-Makefile.diff

Modified
1 ---- Makefile.orig 2010-12-24 05:32:56.000000000 +0100
2 -+++ Makefile 2010-12-24 05:33:39.000000000 +0100
1 +--- Makefile.orig 2008-02-26 17:31:08.000000000 -0600
2 ++++ Makefile 2015-10-06 23:51:00.000000000 -0500
3 +@@ -37,7 +37,7 @@
4 +
5 + # END system dependant block
6 +
7 +-SSL_LIBS := $(shell pkg-config --libs libssl 2>/dev/null)
8 ++SSL_LIBS := $(shell pkg-config --libs libssl libcrypto 2>/dev/null)
9 + ifeq ($(SSL_LIBS),)
10 + SSL_LIBS := $(shell pkg-config --libs openssl 2>/dev/null)
11 + endif
3 12 @@ -76,8 +76,10 @@
4 13 @rm -f $(PROGNAME) $(OBJ)
5 14
6 15 install:
7 16 - install -Dp -m0755 $(PROGNAME) $(DESTDIR)$(BINDIR)/$(PROGNAME)
8 17 - install -Dp -m0644 $(PROGNAME).1 $(DESTDIR)$(MANDIR)/man1/$(PROGNAME).1
9 18 + install -m0755 $(PROGNAME) $(DESTDIR)$(BINDIR)/$(PROGNAME)
10 19 + install -m0644 $(PROGNAME).1 $(DESTDIR)$(MANDIR)/man1/$(PROGNAME).1
11 20
12 21 .c.o:

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut