aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libpci/files/patch-lib::Makefile
blob: c91be38b8d0354123fcc18278cdcd7770468d30b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- lib/Makefile.orig   Thu Dec 26 22:28:33 2002
+++ lib/Makefile    Sat Jun 28 05:39:36 2003
@@ -56,6 +56,7 @@
    rm -f $@
    $(AR) rcs $@ $^
    $(RANLIB) $@
+   $(CC) $(CFLAGS) -shared $^ -o libpci.so
 
 $(PCILIBPC): $(PCILIBPC).in
    sed <$< >$@ -e 's,@PREFIX@,$(PREFIX),' \