source: scripts/untested/blfs-patches/flac-1.1.2-makefile.patch @ fd5b1fe

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since fd5b1fe was fd5b1fe, checked in by Jim Gifford <clfs@…>, 18 years ago

r588@server (orig r586): ryan | 2005-08-05 22:47:43 -0700
Add pile of new patches for blfs packages



  • Property mode set to 100644
File size: 664 bytes
  • libFLAC/Makefile.am

    Submitted By: Ryan Oliver <ryan.oliver@pha.com.au>
    Date: 2005-07-24
    Initial Package Version: 1.1.2
    Upstream Status: Unknown
    Origin: Gentoo
    Description:
    
    old new  
    5959ARCH_SUBDIRS = ppc
    6060if FLaC__HAS_AS__TEMPORARILY_DISABLED
    6161libFLAC_la_LIBADD = ppc/as/libFLAC-asm.la
     62LOCAL_EXTRA_LDFLAGS = "-Wl,-read_only_relocs,warning"
    6263else
    6364if FLaC__HAS_GAS__TEMPORARILY_DISABLED
    6465libFLAC_la_LIBADD = ppc/gas/libFLAC-asm.la
     66LOCAL_EXTRA_LDFLAGS = ""
    6567endif
    6668endif
    67 LOCAL_EXTRA_LDFLAGS = "-Wl,-read_only_relocs,warning"
    6869endif
    6970endif
    7071
Note: See TracBrowser for help on using the repository browser.