diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-06 12:27:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-06 12:27:17 +0100 |
commit | 7f853c20b539d4b71e6d0ef53fcc16d7b9c00976 (patch) | |
tree | 741b4dec89a982349c3c632e0c57ebc9a1461deb /package/MesaLib/Makefile | |
parent | 448a4dad384ca81784f7fa65d7f708ecae1a02a6 (diff) | |
parent | 0e0a2444db5dd41d5cec523ce183ace747fcfc74 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/MesaLib/Makefile')
-rw-r--r-- | package/MesaLib/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/MesaLib/Makefile b/package/MesaLib/Makefile index e207dac9b..c6e1811a5 100644 --- a/package/MesaLib/Makefile +++ b/package/MesaLib/Makefile @@ -52,11 +52,7 @@ CONFIGURE_ARGS+= --disable-static \ --with-dri-drivers=${DRI_DRIVERS},swrast CONFIGURE_ENV+= MISSING="echo" \ PYTHON2=$(PYTHON) - XAKE_FLAGS+= HOST_CC=${CC_FOR_BUILD} -ifeq ($(ADK_NATIVE),y) -XAKE_FLAGS+= RANLIB=ranlib AR=ar -endif mesalib-install: $(INSTALL_DIR) $(IDIR_MESALIB)/usr/lib/dri |