]> git.pld-linux.org Git - packages/libebml.git/blob - libtool-tag.patch
- fix build with cc with spaces
[packages/libebml.git] / libtool-tag.patch
1 --- libebml-0.7.8/make/linux/Makefile~  2010-08-05 22:53:47.000000000 +0300
2 +++ libebml-0.7.8/make/linux/Makefile   2010-08-05 22:54:21.405342023 +0300
3 @@ -82,10 +82,10 @@
4  
5  # Build rules
6  %.lo: %$(EXTENSION)
7 -       $(LIBTOOL) --mode=compile $(CXX) -c $(COMPILEFLAGS) -o $@ $<
8 +       $(LIBTOOL) --mode=compile --tag=CC $(CXX) -c $(COMPILEFLAGS) -o $@ $<
9  
10  $(LIBRARY): $(objects)
11 -       $(LIBTOOL) --mode=link $(LD) $(LDFLAGS) -o $@ $^ $(LIBS) -rpath $(libdir)
12 +       $(LIBTOOL) --mode=link --tag=CC $(LD) $(LDFLAGS) -o $@ $^ $(LIBS) -rpath $(libdir)
13  
14  clean:
15         rm -f $(objects) $(objects_so)
This page took 0.027649 seconds and 3 git commands to generate.