Projects
Essentials
rtmpdump
rtmpdump-fix_librtmp_makefile.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rtmpdump-fix_librtmp_makefile.patch of Package rtmpdump (Revision 5)
Currently displaying revision
5
,
Show latest
--- librtmp/Makefile.orig 2010-04-03 01:58:11.000000000 +0200 +++ librtmp/Makefile 2010-04-03 01:58:30.000000000 +0200 @@ -1,6 +1,7 @@ VERSION=v2.2b prefix=/usr/local +LIB=lib CC=$(CROSS_COMPILE)gcc LD=$(CROSS_COMPILE)ld @@ -41,5 +42,5 @@ install: librtmp.a librtmp.pc -mkdir $(INCDIR); cp amf.h http.h log.h rtmp.h $(INCDIR) - cp librtmp.a $(DESTDIR)$(prefix)/lib - cp librtmp.pc $(DESTDIR)$(prefix)/lib/pkgconfig + cp librtmp.a $(DESTDIR)$(prefix)/$(LIB) + cp librtmp.pc $(DESTDIR)$(prefix)/$(LIB)/pkgconfig
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.