mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-09 06:50:15 +02:00
042b8de61d
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
4 lines
125 B
Bash
Executable File
4 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pkg-config.real $@ --define-variable=prefix=${STAGING_DIR}/usr/ --define-variable=exec_prefix=${STAGING_DIR}/usr/
|