summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-06-21 14:23:40 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-21 14:24:31 +0200
commit1266480d38d24e1c5532438223ab33cc25aed08d (patch)
tree2b21aee67b5d7c778945203330183fa7e6949178
parent2a2158c7eac176cf95f0c79600a6d80305b9f673 (diff)
Executable_oosplash.mk: fix typo in Solaris "socket" lib
Change-Id: Ic9338867a3bf9315f20fa02d7fdb1adda2db285a
-rw-r--r--desktop/Executable_oosplash.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Executable_oosplash.mk b/desktop/Executable_oosplash.mk
index b8919d5f4a8b..a75f11adc795 100644
--- a/desktop/Executable_oosplash.mk
+++ b/desktop/Executable_oosplash.mk
@@ -81,7 +81,7 @@ endif
ifeq ($(OS),SOLARIS)
$(eval $(call gb_Executable_use_libraries,oosplash,\
- -lsocket \
+ socket \
))
endif