Author: oden
Date: Thu Oct 19 15:22:37 2006
New Revision: 71326
Modified:
packages/cooker/osptoolkit/current/SOURCES/TK-3_3_3-20051103_B-shared.diff
Log:
- fix linkage
Modified:
packages/cooker/osptoolkit/current/SOURCES/TK-3_3_3-20051103_B-shared.diff
==============================================================================
--- packages/cooker/osptoolkit/current/SOURCES/TK-3_3_3-20051103_B-shared.diff
(original)
+++ packages/cooker/osptoolkit/current/SOURCES/TK-3_3_3-20051103_B-shared.diff
Thu Oct 19 15:22:37 2006
@@ -105,7 +105,7 @@
$(AR) -r $(ARLIB) $(OBJS)
+shared: $(OBJS)
-+ gcc $(CFLAGS) -shared -Wl,-soname=libosptk.so.0 -o $(SHLIB) $(OBJS)
++ gcc $(CFLAGS) -shared -Wl,-soname=libosptk.so.0 -o $(SHLIB) $(LFLAGS)
$(OBJS)
+ ln -s $(SHLIB) libosptk.so
+
install: build