fix perl compile on 8.09

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14034 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-01-14 03:13:40 +00:00
parent 869534fba9
commit cf76c50263
8 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ define Build/perl/Configure
-e 's!%%LDFLAGS%%!-rdynamic -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib!g' \
-e 's!%%LIBDIRS%%!$(STAGING_DIR)/lib $(STAGING_DIR)/usr/lib!g' \
-e 's!%%INCDIRS%%!$(STAGING_DIR)/include $(STAGING_DIR)/usr/include!g' \
files/config.sh-$(REAL_GNU_TARGET_NAME).in \
files/config.sh-$(patsubst i386,i486,$(ARCH)).in \
> $(PKG_BUILD_DIR)/config.sh
(cd $(PKG_BUILD_DIR) && ./Configure -S)
endef