diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-25 10:23:34 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-25 10:23:34 +0000 |
commit | f1ad45a503c799fc8272a3d12d29eed8ac226534 (patch) | |
tree | 644558418bfdeb65eb739f752d43f36918d8fc90 /app-admin/skey/files | |
parent | just a cleaneup (Manifest recommit) (diff) | |
download | gentoo-2-f1ad45a503c799fc8272a3d12d29eed8ac226534.tar.gz gentoo-2-f1ad45a503c799fc8272a3d12d29eed8ac226534.tar.bz2 gentoo-2-f1ad45a503c799fc8272a3d12d29eed8ac226534.zip |
Fix fPIC issues.
Diffstat (limited to 'app-admin/skey/files')
-rw-r--r-- | app-admin/skey/files/skey-1.1.5-fPIC.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-admin/skey/files/skey-1.1.5-fPIC.patch b/app-admin/skey/files/skey-1.1.5-fPIC.patch new file mode 100644 index 000000000000..924cfb4582a3 --- /dev/null +++ b/app-admin/skey/files/skey-1.1.5-fPIC.patch @@ -0,0 +1,12 @@ +--- Makefile.in 2004-02-25 10:16:15.219448392 +0000 ++++ Makefile.in 2004-02-25 10:16:39.087583762 +0000 +@@ -50,6 +50,9 @@ + + ${LIBOBJS}: config.h + ++${LIBOBJS}: %.o: %.c ++ ${CC} ${CFLAGS} -fPIC -c $< -o $@ ++ + libskey.a: ${LIBOBJS} + ${AR} rv $@ ${LIBOBJS} + ${RANLIB} $@ |