blob: 8eeb83ef4e09b2b20eae4b7917e097bec6e679e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: libebml-0.7.6/make/linux/Makefile
===================================================================
--- libebml-0.7.6.orig/make/linux/Makefile
+++ libebml-0.7.6/make/linux/Makefile
@@ -94,7 +94,7 @@ $(LIBRARY): $(objects)
$(RANLIB) $@
$(LIBRARY_SO): $(objects_so)
- $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so)
+ $(CXX) $(LDFLAGS) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so)
ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO)
clean:
|