Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Update
xzgv
xzgv-0.9.1-as-needed.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xzgv-0.9.1-as-needed.patch of Package xzgv
--- src/Makefile.orig +++ src/Makefile @@ -9,8 +9,8 @@ # This gets definitions for CC, CFLAGS, BINDIR etc. include ../config.mk -CFLAGS+=`pkg-config --cflags gtk+-2.0` `pkg-config --cflags gdk-pixbuf-2.0` -LDFLAGS+=`pkg-config --libs gtk+-2.0` `pkg-config --libs gdk-pixbuf-2.0` +CFLAGS+=`pkg-config --cflags gtk+-2.0` `pkg-config --cflags gdk-pixbuf-2.0` `pkg-config --cflags x11` +LDFLAGS+=`pkg-config --libs gtk+-2.0` `pkg-config --libs gdk-pixbuf-2.0 ` `pkg-config --libs x11` all: xzgv @@ -23,7 +23,7 @@ OBJS= main.o \ backend.o xzgv: $(OBJS) - $(CC) $(LDFLAGS) -o xzgv $(OBJS) + $(CC) $(CFLAGS) -o xzgv $(OBJS) $(LDFLAGS) installdirs: /bin/sh ../mkinstalldirs $(BINDIR)
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