symbol removed in 2.3: pjmedia_format_init_audio@Base

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I finally got to update the Debian packaging for pjsip.

I noticed that the symbol pjmedia_format_init_audio at Base is no longer
being exported.

At first glance it is only used internally, but I thought I'd better
ask.

Are there other symbols that are only used internally and could use
hiding?


While I'm writing this, I'll report an annoying workaround I had to use
in the packaging. The debian/rules file is technically a makefile.
Nowadays most of them use dh and are:

#!/usr/bin/make -f

%:
	dh $@ --with plugin1,plugin2

# optionally overrides later on

The problem is that './debian/rules build' would be satisfied by the
directory build/. Build servers invoke build-arch and build-indep, so
they don't have this problem. Adding:

.PHONY: build

did not fix the issue.

I had to have an explicit target 'build' in addition to declaring it
phony:

%:
	dh $@ --with plugin1,plugin2
build:
	dh $@ --with plugin1,plugin2

-- 
               Tzafrir Cohen
icq#16849755              jabber:tzafrir.cohen at xorcom.com
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com



[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux