diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-08 10:29:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-08 10:29:57 +0000 |
commit | e0b33778e4b5269c2d47f5198c004cf93d5bf976 (patch) | |
tree | 11667735ffe3c897f55d488dc4053c345883c794 /sys-apps/pciutils | |
parent | Version bump #135452 by Wolfram Schlich. (diff) | |
download | gentoo-2-e0b33778e4b5269c2d47f5198c004cf93d5bf976.tar.gz gentoo-2-e0b33778e4b5269c2d47f5198c004cf93d5bf976.tar.bz2 gentoo-2-e0b33778e4b5269c2d47f5198c004cf93d5bf976.zip |
generate shared lib with a SONAME
Diffstat (limited to 'sys-apps/pciutils')
-rw-r--r-- | sys-apps/pciutils/files/pciutils-2.2.0-shared-lib.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/pciutils/files/pciutils-2.2.0-shared-lib.patch b/sys-apps/pciutils/files/pciutils-2.2.0-shared-lib.patch index d146b536f999..f7e216674f78 100644 --- a/sys-apps/pciutils/files/pciutils-2.2.0-shared-lib.patch +++ b/sys-apps/pciutils/files/pciutils-2.2.0-shared-lib.patch @@ -21,7 +21,7 @@ + $(CC) $(CFLAGS) -fPIC -c -o $@ $^ + +$(PCISHLIB): $(SHOBJS) -+ $(CC) -shared $(CFLAGS) $(LDFLAGS) -o $@ $^ -fPIC ++ $(CC) -shared $(CFLAGS) -Wl,-soname,$@ $(LDFLAGS) -o $@ $^ -fPIC $(PCILIB): $(OBJS) rm -f $@ |