]> git.pld-linux.org Git - packages/dgee.git/commitdiff
- link libdgee and libdgxml with used libs
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 14 Jan 2004 10:21:45 +0000 (10:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dgee-dglib_fix_so.patch -> 1.2

dgee-dglib_fix_so.patch

index a4b72a214cec666314d5a7a1ba03e61c635aebe4..79b1b8b06ea8a5f424f4d3e7bc6ceb0839b02753 100644 (file)
@@ -27,7 +27,7 @@ diff -Naur dgee-0.1.6.orig/dglib/Makefile.in dgee-0.1.6/dglib/Makefile.in
        @echo Creating shared library $(DGLIBSO)
        @rm -f $@
 -      $(LD) -shared -noinhibit-exec -o$@ $(OBJS) -L$(PXLIBDIR) -lpxtra
-+      $(LD) -shared -h$(DGLIBSO).$(VER_MAJOR) -noinhibit-exec -o$@ $(OBJS) -L$(PXLIBDIR) -lpxtra
++      $(LD) -shared -h$(DGLIBSO).$(VER_MAJOR) -noinhibit-exec -o$@ $(OBJS) -L$(PXLIBDIR) -lpxtra -lgwtx
 +      ln -s $@ $(DGLIBSO)
  
  $(DGXMLLIB): $(OBJSXML) $(HEAD)
@@ -41,7 +41,7 @@ diff -Naur dgee-0.1.6.orig/dglib/Makefile.in dgee-0.1.6/dglib/Makefile.in
        @echo Creating shared library $(DGXMLLIBSO)
        @rm -f $@
 -      $(LD) -shared -noinhibit-exec -o$@ $(OBJSXML) -L$(PXLIBDIR) -lpxtra
-+      $(LD) -shared -h$(DGXMLLIBSO).$(VER_MAJOR) -noinhibit-exec -o$@ $(OBJSXML) -L$(PXLIBDIR) -lpxtra
++      $(LD) -shared -h$(DGXMLLIBSO).$(VER_MAJOR) -noinhibit-exec -o$@ $(OBJSXML) -L$(PXLIBDIR) -lpxtra -lexpat
 +      ln -s $@ $(DGXMLLIBSO)
  
  xmltreetest: $(OBJ)/test.o
This page took 0.122711 seconds and 4 git commands to generate.