mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
tcp_wrappers: fix compilation under glibc
libnsl seems to not be a library that comes with glibc. Remove excess whitespace. Refresh patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
Index: tcp_wrappers_7.6/Makefile
|
||||
===================================================================
|
||||
--- tcp_wrappers_7.6.orig/Makefile
|
||||
+++ tcp_wrappers_7.6/Makefile
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,4 +1,4 @@
|
||||
-GLIBC=$(shell grep -s -c __GLIBC__ /usr/include/features.h)
|
||||
+GLIBC=$(shell grep -s -c __GLIBC__ ${STAGING_DIR}/usr/include/features.h)
|
||||
|
||||
Reference in New Issue
Block a user