Mercurial > hg > mxe-octave-anirudha
view src/xvidcore-1-fixes.patch @ 3013:bcc26ffe9a0f
use variable for --host and --build configure arguments
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 02 Jun 2013 12:40:32 -0400 |
parents | 99516e73b368 |
children |
line wrap: on
line source
This file is part of MXE. See index.html for further information. Contains ad hoc patches for cross building. From dce4564d204160aee0da5107e69cbdefe2bec921 Mon Sep 17 00:00:00 2001 From: MXE Date: Mon, 28 Mar 2011 00:00:51 +0200 Subject: [PATCH] remove obsolete -mno-cygwin diff --git a/configure.in b/configure.in index 0536fe1..b954a10 100644 --- a/configure.in +++ b/configure.in @@ -286,8 +286,8 @@ case "$target_os" in AC_MSG_RESULT([ok]) STATIC_LIB="xvidcore.\$(STATIC_EXTENSION)" SHARED_LIB="xvidcore.\$(SHARED_EXTENSION)" - SPECIFIC_LDFLAGS="-mno-cygwin -shared -Wl,--dll,--out-implib,\$@.a libxvidcore.def" - SPECIFIC_CFLAGS="-mno-cygwin" + SPECIFIC_LDFLAGS="-shared -Wl,--dll,--out-implib,\$@.a libxvidcore.def" + SPECIFIC_CFLAGS="" ;; darwin*|raphsody*) STATIC_LIB="libxvidcore.\$(STATIC_EXTENSION)" -- 1.7.4.1