Skip to content
Snippets Groups Projects
Commit a8195e2f authored by nico's avatar nico
Browse files

Use shared libpcap installed in staging_dir/usr

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@478 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 52f38094
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +40,9 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.unpacked
$(PKG_BUILD_DIR)/$(PKG_NAME): $(PKG_BUILD_DIR)/.configured
$(MAKE) \
LDFLAGS="-L$(STAGING_DIR)/lib" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
LIBS="-lpcap" \
INCLS="-I. -I$(STAGING_DIR)/include" \
INCLS="-I. -I$(STAGING_DIR)/usr/include" \
-C $(PKG_BUILD_DIR)
$(PKG_IPK): $(PKG_BUILD_DIR)/$(PKG_NAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment