summaryrefslogtreecommitdiffstats
path: root/utils/smstools3/patches/002-Makefile.patch
blob: a8445ef3c3769b1e0860b0a293af71fc6ffff5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/src/Makefile	2014-12-20 18:33:55.654252867 +0100
+++ b/src/Makefile	2014-12-20 18:31:10.241359741 +0100
@@ -43,7 +43,7 @@
 
 ifneq (,$(findstring SOLARIS,$(CFLAGS)))
 ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS)))
-override LFLAGS += -lsocket -lnsl
+	override LFLAGS += -lsocket -lnsl
 endif
 endif