]> git.pld-linux.org Git - packages/fvhlib.git/commitdiff
- use gcc to link
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 10 Feb 2003 15:55:26 +0000 (15:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fvhlib-linking.patch -> 1.2

fvhlib-linking.patch

index 86b0b912141c805d67a34f7698954eec35231838..6484e94a20ebe1ce692fc7cc91776392fc517b24 100644 (file)
@@ -15,7 +15,7 @@ diff -urN aaa/fvhlib-2.4/Makefile fvhlib-2.4/Makefile
  lib: $(OBJS)
        ar -r libfvh.a $(OBJS)
 -      ld -x -shared -soname libfvh.so.2 -o libfvh.so.$(VERSION) --whole-archive libfvh.a
-+      ld -x -shared -soname libfvh.so.2 $(LDFLAGS) -o libfvh.so.$(VERSION) --whole-archive $(OBJS)
++      $(CC) -shared -Wl,-soname=libfvh.so.2 $(LDFLAGS) -o libfvh.so.$(VERSION) $(OBJS)
  
  install: all
        cp libfvh.* /usr/local/lib
This page took 0.042895 seconds and 4 git commands to generate.