[Mplayer-cvslog] CVS: main/libdha Makefile,1.14,1.15
Dariush Pietrzak
eyck at mplayerhq.hu
Sun Oct 20 12:41:49 CEST 2002
Update of /cvsroot/mplayer/main/libdha
In directory mail:/var/tmp.root/cvs-serv11501
Modified Files:
Makefile
Log Message:
fix previous patch.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile 20 Oct 2002 08:43:09 -0000 1.14
+++ Makefile 20 Oct 2002 10:41:32 -0000 1.15
@@ -34,7 +34,8 @@
$(CC) -c $(CFLAGS) -o $@ $<
$(LIBNAME): $(OBJS)
- $(CC) -shared $(SONAME_FLAGS) -o $(LIBNAME) $(OBJS) $(LIBS)
+ #$(CC) -shared $(SONAME_FLAGS) -o $(LIBNAME) $(OBJS) $(LIBS)
+ $(CC) -shared -Wl,-soname -Wl,$(LIBNAME) -o $(LIBNAME) $(OBJS) $(LIBS)
ln -sf $(LIBNAME) $(SHORTNAME)
all: $(LIBNAME) $(SHORTNAME)
More information about the MPlayer-cvslog
mailing list