1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 18:02:57 +03:00

Redefine prefix and exec_prefix for pkg config files instead of libdir and

includedir. Some packages have their includes in subdirs of include and packages
trying to include their headers using pkg-config would fail.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12946 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2008-10-10 16:07:02 +00:00
parent e7b66f9b10
commit 042b8de61d

View File

@ -1,3 +1,3 @@
#!/bin/sh
pkg-config.real $@ --define-variable=libdir=${STAGING_DIR}/usr/lib --define-variable=includedir=${STAGING_DIR}/usr/include
pkg-config.real $@ --define-variable=prefix=${STAGING_DIR}/usr/ --define-variable=exec_prefix=${STAGING_DIR}/usr/