source:
scripts/untested/blfs-patches/flac-1.1.2-makefile.patch@
d285e92
Last change on this file since d285e92 was fd5b1fe, checked in by , 19 years ago | |
---|---|
|
|
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 59 59 ARCH_SUBDIRS = ppc 60 60 if FLaC__HAS_AS__TEMPORARILY_DISABLED 61 61 libFLAC_la_LIBADD = ppc/as/libFLAC-asm.la 62 LOCAL_EXTRA_LDFLAGS = "-Wl,-read_only_relocs,warning" 62 63 else 63 64 if FLaC__HAS_GAS__TEMPORARILY_DISABLED 64 65 libFLAC_la_LIBADD = ppc/gas/libFLAC-asm.la 66 LOCAL_EXTRA_LDFLAGS = "" 65 67 endif 66 68 endif 67 LOCAL_EXTRA_LDFLAGS = "-Wl,-read_only_relocs,warning"68 69 endif 69 70 endif 70 71
Note:
See TracBrowser
for help on using the repository browser.