Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
server:http
polipo
polipo-fix-makefile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File polipo-fix-makefile.patch of Package polipo
--- Makefile.orig +++ Makefile @@ -11,7 +11,7 @@ DISK_CACHE_ROOT = /var/cache/polipo # To compile with GCC: -# CC = gcc +CC = gcc -std=gnu99 CDEBUGFLAGS = -Os -g -Wall -fno-strict-aliasing # To compile on a pure POSIX system: @@ -89,7 +89,6 @@ install.binary: all mkdir -p $(TARGET)$(BINDIR) mkdir -p $(TARGET)$(LOCAL_ROOT) mkdir -p $(TARGET)$(LOCAL_ROOT)/doc - rm -f $(TARGET)$(BINDIR)/polipo cp -f polipo $(TARGET)$(BINDIR)/ cp -f html/* $(TARGET)$(LOCAL_ROOT)/doc cp -f localindex.html $(TARGET)$(LOCAL_ROOT)/index.html @@ -99,7 +98,6 @@ install.man: all mkdir -p $(TARGET)$(INFODIR) cp -f polipo.man $(TARGET)$(MANDIR)/man1/polipo.1 cp polipo.info $(TARGET)$(INFODIR)/ - install-info --info-dir=$(TARGET)$(INFODIR) polipo.info polipo.info: polipo.texi
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