Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 444548 - =sci-libs/shapelib-1.3.0-r1 calls AR directly
Summary: =sci-libs/shapelib-1.3.0-r1 calls AR directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-11-24 12:49 UTC by Vicente Olivert Riera (RETIRED)
Modified: 2012-11-29 21:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vicente Olivert Riera (RETIRED) gentoo-dev 2012-11-24 12:49:25 UTC
# grep ^cc * | head -n1
cc -O2 -pipe -mcpu=7450 -maltivec -mabi=altivec -ggdb -c shpopen.c

# grep ^gcc * | head -n1
gcc -DPACKAGE=\"libshp\" -DVERSION=\"1.2.10\" -DSTDC_HEADERS=1 -I. -I. -I//usr/include -O2 -pipe -mcpu=7450 -maltivec -mabi=altivec -ggdb -O2 -c  -fPIC -DPIC shpopen.c -o .libs/shpopen.lo

# grep ^ar * | head -n1
ar cru .libs/libshp.a  shpopen.o shptree.o dbfopen.o

# grep ^ranlib * | head -n1
ranlib .libs/libshp.a
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-11-29 21:00:10 UTC
+  29 Nov 2012; Justin Lecher <jlec@gentoo.org> shapelib-1.3.0-r1.ebuild,
+  files/shapelib-1.3.0-respect-user.patch, metadata.xml:
+  Respect AR, #444548
+