From: Rosen Penev Date: Mon, 16 Sep 2019 19:01:37 +0000 (-0700) Subject: libftdi1: Apply pkgconfig fixes to libftdipp1 as well X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=762a0eeb7956153b81d3d8ce3457c1f1f34c4adb;p=openwrt-packages.git libftdi1: Apply pkgconfig fixes to libftdipp1 as well Signed-off-by: Rosen Penev --- diff --git a/libs/libftdi1/Makefile b/libs/libftdi1/Makefile index f0ebf02d0..8f9044079 100644 --- a/libs/libftdi1/Makefile +++ b/libs/libftdi1/Makefile @@ -68,6 +68,8 @@ define Build/InstallDev $(call Build/InstallDev/cmake,$(1)) $(SED) 's,/usr/include,$$$${prefix}/include,g' $(1)/usr/lib/pkgconfig/libftdi1.pc $(SED) 's,/usr/lib,$$$${prefix}/lib,g' $(1)/usr/lib/pkgconfig/libftdi1.pc + $(SED) 's,/usr/include,$$$${prefix}/include,g' $(1)/usr/lib/pkgconfig/libftdipp1.pc + $(SED) 's,/usr/lib,$$$${prefix}/lib,g' $(1)/usr/lib/pkgconfig/libftdipp1.pc endef define Package/libftdi1/install