]> git.pld-linux.org Git - packages/fvhlib.git/commitdiff
- fixes linking stage
authorgrzegol <grzegol@pld-linux.org>
Sat, 8 Feb 2003 19:29:59 +0000 (19:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fvhlib-linking.patch -> 1.1

fvhlib-linking.patch [new file with mode: 0644]

diff --git a/fvhlib-linking.patch b/fvhlib-linking.patch
new file mode 100644 (file)
index 0000000..86b0b91
--- /dev/null
@@ -0,0 +1,21 @@
+diff -urN aaa/fvhlib-2.4/Makefile fvhlib-2.4/Makefile
+--- aaa/fvhlib-2.4/Makefile    Fri Feb  7 21:40:16 2003
++++ fvhlib-2.4/Makefile        Sat Feb  8 20:24:08 2003
+@@ -19,7 +19,7 @@
+ CC=gcc
+ CFLAGS=-fPIC -Wshadow -Wwrite-strings -Wconversion
+-LDFLAGS=-L/usr/local/contrib/lib -L/usr/local/lib -lm
++LDFLAGS=-L/usr/local/contrib/lib -L/usr/local/lib -lm -lssl
+ VERSION=2.4
+ OBJS=io.o proc.o ssl.o str.o utils.o val.o tcp.o snd_dev.o snd_util.o ip.o mail.o mem.o main.o
+@@ -28,7 +28,7 @@
+ 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)
+ install: all
+       cp libfvh.* /usr/local/lib
This page took 0.039741 seconds and 4 git commands to generate.