diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-06-21 14:23:40 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-06-21 14:24:31 +0200 |
commit | 1266480d38d24e1c5532438223ab33cc25aed08d (patch) | |
tree | 2b21aee67b5d7c778945203330183fa7e6949178 /desktop | |
parent | 2a2158c7eac176cf95f0c79600a6d80305b9f673 (diff) |
Executable_oosplash.mk: fix typo in Solaris "socket" lib
Change-Id: Ic9338867a3bf9315f20fa02d7fdb1adda2db285a
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Executable_oosplash.mk | 2 |
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 |