summarylogtreecommitdiffstats
path: root/makefile.patch
blob: dc50fb0a6f8f5084082f2d2d44a77c83c1a5cbc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./smstools3/src/Makefile.old	2013-12-03 13:37:03.000000000 +0400
+++ ./smstools3/src/Makefile	2013-12-03 13:37:33.000000000 +0400
@@ -43,7 +43,7 @@
 
 ifneq (,$(findstring SOLARIS,$(CFLAGS)))
 ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS)))
-override LFLAGS += -lsocket -lnsl
+	override LFLAGS += -lsocket -lnsl
 endif
 endif