Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 148581 Details for
Bug 216171
net-libs/libpri-1.6 ebuilds (needed by asterisk 1.6)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libpri-1.6.0_beta1-gentoo.diff
libpri-1.6.0_beta1-gentoo.diff (text/plain), 1.92 KB, created by
Natanael Copa
on 2008-04-04 11:15:26 UTC
(
hide
)
Description:
libpri-1.6.0_beta1-gentoo.diff
Filename:
MIME Type:
Creator:
Natanael Copa
Created:
2008-04-04 11:15:26 UTC
Size:
1.92 KB
patch
obsolete
>Index: libpri-1.6.0-beta1/Makefile >=================================================================== >--- libpri-1.6.0-beta1.orig/Makefile 2008-03-27 12:55:42.000000000 +0200 >+++ libpri-1.6.0-beta1/Makefile 2008-03-27 12:56:26.000000000 +0200 >@@ -36,7 +36,7 @@ > DYNAMIC_LIBRARY=libpri.so.1.0 > STATIC_OBJS=copy_string.o pri.o q921.o prisched.o q931.o pri_facility.o > DYNAMIC_OBJS=copy_string.lo pri.lo q921.lo prisched.lo q931.lo pri_facility.lo >-CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC $(ALERTING) $(LIBPRI_COUNTERS) >+CFLAGS+=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC $(ALERTING) $(LIBPRI_COUNTERS) > INSTALL_PREFIX=$(DESTDIR) > INSTALL_BASE=/usr > SOFLAGS = -Wl,-hlibpri.so.1.0 >@@ -58,14 +58,6 @@ > #INSTALL_PREFIX = /opt/asterisk # Uncomment out to install in standard Solaris location for 3rd party code > endif > >-#The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only. >-#This works for even old (2.96) versions of gcc and provides a small boost either way. >-#A ultrasparc cpu is really v9 but the stock debian stable 3.0 gcc doesnt support it. >-ifeq ($(PROC),sparc64) >-PROC=ultrasparc >-CFLAGS += -mtune=$(PROC) -O3 -pipe -fomit-frame-pointer -mcpu=v8 >-endif >- > all: depend $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY) > > update: >@@ -91,7 +83,6 @@ > ifneq (${OSARCH},SunOS) > install -m 644 libpri.h $(INSTALL_PREFIX)$(INSTALL_BASE)/include > install -m 755 $(DYNAMIC_LIBRARY) $(INSTALL_PREFIX)$(INSTALL_BASE)/lib >- if [ -x /usr/sbin/sestatus ] && ( /usr/sbin/sestatus | grep "SELinux status:" | grep -q "enabled"); then /sbin/restorecon -v $(INSTALL_PREFIX)$(INSTALL_BASE)/lib/$(DYNAMIC_LIBRARY); fi > ( cd $(INSTALL_PREFIX)$(INSTALL_BASE)/lib ; ln -sf libpri.so.1.0 libpri.so ; ln -sf libpri.so.1.0 libpri.so.1 ) > install -m 644 $(STATIC_LIBRARY) $(INSTALL_PREFIX)$(INSTALL_BASE)/lib > if test $$(id -u) = 0; then $(LDCONFIG) $(LDCONFIG_FLAGS) $(INSTALL_PREFIX)$(INSTALL_BASE)/lib; fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216171
:
148579
|
148580
| 148581 |
148582