diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-09-14 15:51:25 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-09-14 15:51:25 +0000 |
commit | 340fb33865558b4774b284619411bf464fc859b4 (patch) | |
tree | 057af2ff05b6334eb71963debe6d2330f8cb3ef9 /sys-apps/tcp-wrappers/files | |
parent | initial alpha (axp) support for gentoo (diff) | |
download | historical-340fb33865558b4774b284619411bf464fc859b4.tar.gz historical-340fb33865558b4774b284619411bf464fc859b4.tar.bz2 historical-340fb33865558b4774b284619411bf464fc859b4.zip |
initial alpha (axp) support for gentoo
Diffstat (limited to 'sys-apps/tcp-wrappers/files')
-rw-r--r-- | sys-apps/tcp-wrappers/files/tcp_wrappers_7.6-alpha-fpic-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/tcp-wrappers/files/tcp_wrappers_7.6-alpha-fpic-fix.patch b/sys-apps/tcp-wrappers/files/tcp_wrappers_7.6-alpha-fpic-fix.patch new file mode 100644 index 000000000000..0c99d6cac95b --- /dev/null +++ b/sys-apps/tcp-wrappers/files/tcp_wrappers_7.6-alpha-fpic-fix.patch @@ -0,0 +1,11 @@ +--- tcp_wrappers_7.6/Makefile Wed Sep 11 18:12:55 2002 ++++ tcp_wrappers_7.6-alpha/Makefile Wed Sep 11 18:19:10 2002 +@@ -145,7 +145,7 @@ + @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \ + LIBS= RANLIB=ranlib ARFLAGS=rv AUX_OBJ= \ + NETGROUP=-DNETGROUP TLI= \ +- EXTRA_CFLAGS="-DSYS_ERRLIST_DEFINED -DINET6=1 -Dss_family=__ss_family" all ++ EXTRA_CFLAGS="-fPIC -DSYS_ERRLIST_DEFINED -DINET6=1 -Dss_family=__ss_family" all + + # This is good for many SYSV+BSD hybrids with NIS, probably also for HP-UX 7.x. + hpux hpux8 hpux9 hpux10: |