From d7df98133f1fca94b438a84bebbd65c039d55936 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 04 Aug 2013 11:23:55 -0400 Subject: build: Fix installation of pkg-config files. --- diff --git a/build b/build index 2983157..94e7fa1 100755 --- a/build +++ b/build @@ -6,6 +6,7 @@ build-ncurses: oh-autoconfigure -B obj-ncurses -- \ --without-ada \ --without-tests \ + --with-pkg-config-libdir='/usr/lib/$(OPK_HOST_ARCH)/pkgconfig' \ --enable-pc-files \ --with-install-prefix="$${PWD}/dest" \ --with-shared \ @@ -26,6 +27,7 @@ build-ncursesw: --without-manpages \ --without-progs \ --without-tests \ + --with-pkg-config-libdir='/usr/lib/$(OPK_HOST_ARCH)/pkgconfig' \ --enable-pc-files \ --with-install-prefix="$${PWD}/dest" \ --with-shared \ @@ -45,5 +47,4 @@ build: build-ncurses build-ncursesw install: build (cd obj-ncurses && make install) (cd obj-ncursesw && make install.libs) - mv dest/usr/lib/pkgconfig dest/usr/lib/$(OPK_HOST_ARCH)/pkgconfig oh-installfiles -- cgit v0.9.1