Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
graphics
pagetools
02-makefile-ldflags-add.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 02-makefile-ldflags-add.patch of Package pagetools
Description: Add LDFLAGS to linking phase so we can use them on dh rules Author: VĂctor Cuadrado Juan <me@viccuad.me> Upstream: dead --- Makefile +++ Makefile @@ -37,10 +37,10 @@ pbm_findskew/pbm_findskew: pbm_findskew/pbm_findskew.o $(PTLIB) - $(C++) pbm_findskew/pbm_findskew.o $(PTLIB) -l$(LIBPBM) -o $@ + $(C++) pbm_findskew/pbm_findskew.o $(PTLIB) -l$(LIBPBM) -o $@ $(LDFLAGS) tiff_findskew/tiff_findskew: tiff_findskew/tiff_findskew.o $(PTLIB) - $(C++) tiff_findskew/tiff_findskew.o $(PTLIB) -ltiff -o $@ + $(C++) tiff_findskew/tiff_findskew.o $(PTLIB) -ltiff -o $@ $(LDFLAGS) clean:
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor