diff options
author | smace <smace@FreeBSD.org> | 1998-09-15 11:56:19 +0800 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 1998-09-15 11:56:19 +0800 |
commit | a9549c3be1a9cd5717a83fc0877fa24592d31ede (patch) | |
tree | 844b889f3703a5cac98b99a4868ba4b3428d5061 /security/tcp_wrapper | |
parent | c32eeafb1c3b156e187eae3a83cc274f32204864 (diff) | |
download | freebsd-ports-gnome-a9549c3be1a9cd5717a83fc0877fa24592d31ede.tar.gz freebsd-ports-gnome-a9549c3be1a9cd5717a83fc0877fa24592d31ede.tar.zst freebsd-ports-gnome-a9549c3be1a9cd5717a83fc0877fa24592d31ede.zip |
Make elf conversion comply with standard
round up shlib version to 8
Diffstat (limited to 'security/tcp_wrapper')
-rw-r--r-- | security/tcp_wrapper/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa index 968dc5382ee8..d0d21b6e1934 100644 --- a/security/tcp_wrapper/files/patch-aa +++ b/security/tcp_wrapper/files/patch-aa @@ -1,5 +1,5 @@ *** Makefile.orig Fri Mar 21 12:27:21 1997 ---- Makefile Mon Sep 14 15:54:25 1998 +--- Makefile Mon Sep 14 22:41:29 1998 *************** *** 47,53 **** #REAL_DAEMON_DIR=/usr/sbin @@ -196,7 +196,7 @@ scaffold.h tcpdmatch.8 README.NIS ! LIB = libwrap.a -! SLIB = libwrap.so.7 +! SLIB = libwrap.so.8 ! ! all other: config-check $(LIB) $(SLIB) tcpd tcpdmatch try-from safe_finger tcpdchk ! @@ -258,7 +258,7 @@ ! $(SLIB): $(LIB_OBJ:S/o$/so/g) shdata.so ! rm -f $(SLIB) -! $(CC) -o $(SLIB) -shared -Wl,-rpath,${PREFIX}/lib -Wl,-soname,$(SLIB) $(LIB_OBJ:S/o$/so/g) shdata.so +! $(CC) -o $(SLIB) -shared -Wl,-soname,$(SLIB) $(LIB_OBJ:S/o$/so/g) shdata.so ! ln -sf $(SLIB) `echo $(SLIB) | sed 's/\.so.*$$/.so/'` ! ! tcpd: tcpd.o $(SLIB) |