VirtualBox

Ignore:
Timestamp:
Jul 24, 2024 10:11:32 AM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164130
Message:

libpng-1.6.43: Applied and adjusted our libpng changes to 1.6.43. bugref:8515

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libpng-1.6.43/scripts/makefile.sco

    r103316 r105469  
    22# Contributed by Mike Hopkirk (hops at sco.com) modified from Makefile.lnx
    33#   force ELF build dynamic linking, SONAME setting in lib and RPATH in app
    4 # Copyright (C) 2020-2022 Cosmin Truta
     4# Copyright (C) 2020-2024 Cosmin Truta
    55# Copyright (C) 2002, 2006, 2010-2014 Glenn Randers-Pehrson
    66# Copyright (C) 1998 Greg Roelofs
     
    2121# Utilities:
    2222CC=cc
    23 AR_RC=ar rc
     23AR=ar
    2424RANLIB=echo
    25 MKDIR_P=mkdir
    2625LN_SF=ln -f -s
    2726CP=cp
     
    3534
    3635CPPFLAGS=-I$(ZLIBINC)
    37 CFLAGS= -dy -belf -O3
     36CFLAGS=-dy -belf -O3
     37ARFLAGS=rc
    3838LDFLAGS=-L. -L$(ZLIBLIB) -lpng16 -lz -lm
    3939
     
    6262
    6363libpng.a: $(OBJS)
    64         $(AR_RC) $@ $(OBJS)
     64        $(AR) $(ARFLAGS) $@ $(OBJS)
    6565        $(RANLIB) $@
    6666
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette