X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Flibjpeg%2FMakefile;h=4d5d62bcef921fe529f6a1a618e761fa22436a6b;hp=586786d6e1ed270a4d0a8839d2f3589cf00e87fa;hb=cc232094082749c7a118d76f9fa321d6e96309a0;hpb=38994f019343740ff749b3a2d9a5899cc5a086b0 diff --git a/libs/libjpeg/Makefile b/libs/libjpeg/Makefile index 586786d6e1..4d5d62bcef 100644 --- a/libs/libjpeg/Makefile +++ b/libs/libjpeg/Makefile @@ -66,7 +66,8 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ prefix="$(PKG_INSTALL_DIR)/usr" \ exec_prefix="$(PKG_INSTALL_DIR)/usr" \ - all install-headers install-lib install + all install-headers install-lib install \ + LIBTOOL="./libtool --tag=CC" endef define Build/InstallDev