[Ekiga-devel-list] A bug in recent svn update (and patch)



I think that the two occurrences of

$(DESTDIR)$(PREFIX)/lib/pkgconfig

in opal/Makefile.in must be replaced by

$(DESTDIR)@LIBDIR@/pkgconfig

to take into account --libdir options

---Beppe---

Index: Makefile.in
===================================================================
--- Makefile.in (revision 19959)
+++ Makefile.in (working copy)
@@ -451,12 +451,12 @@
                     $(DESTDIR)$(PREFIX)/include/opal/t120 \
                     $(DESTDIR)$(PREFIX)/include/opal/t38 \
                     $(DESTDIR)$(PREFIX)/include/opal/zrtp \
-                    $(DESTDIR)$(PREFIX)/lib/pkgconfig \
+                    $(DESTDIR)@LIBDIR@/pkgconfig \
                     $(DESTDIR)$(PREFIX)/share/opal ;\
                do mkdir -p $$dir ; chmod 755 $$dir ; \
        done)
        $(INSTALL) -m 755 lib/$(LIBNAME_PAT) $(DESTDIR)@LIBDIR@
-       $(INSTALL) -m 444 opal.pc $(DESTDIR)$(PREFIX)/lib/pkgconfig
+       $(INSTALL) -m 444 opal.pc $(DESTDIR)@LIBDIR@/pkgconfig
        ln -snf $(LIBNAME_PAT) \
                $(DESTDIR)@LIBDIR@/$(OPAL_FILE).$(MAJOR_VERSION).$(MINOR_VERSION)
        ln -snf $(LIBNAME_PAT) \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]