فهرست منبع

back-out Darwin stuff which doesn't work anyway according to Christoph

Ralf S. Engelschall 23 سال پیش
والد
کامیت
35415572c2
1فایلهای تغییر یافته به همراه3 افزوده شده و 6 حذف شده
  1. 3 6
      binutils/binutils.spec

+ 3 - 6
binutils/binutils.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [CORE]
 Group:        Utility
 License:      GPL
 Version:      2.13.2.1
-Release:      20030317
+Release:      20030321
 
 #   list of sources
 Source0:      ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
@@ -75,11 +75,8 @@ AutoReqProv:  no
         *-linux*   ) CFLAGS="$CFLAGS -DOPENPKG_OS_LINUX"   ;;
         *-solaris* ) CFLAGS="$CFLAGS -DOPENPKG_OS_SOLARIS" ;;
     esac
-    opts="--prefix=%{l_prefix}"
-    case "%{l_target}" in
-        *-darwin* ) opts="$opts --host=powerpc-apple-macos" ;;
-    esac
-    ./configure $opts
+    ./configure \
+        --prefix=%{l_prefix}
     %{l_make} %{l_mflags}
 
 %install