search for: libdrm_omap_la_ldflag

Displaying 3 results from an estimated 3 matches for "libdrm_omap_la_ldflag".

Did you mean: libdrm_omap_la_ldflags
2014 Jul 30
2
[PATCH] libdrm: hide all private symbols
...la @PTHREADSTUBS_LIBS@ libdrm_nouveau_la_SOURCES = nouveau.c \ diff --git a/omap/Makefile.am b/omap/Makefile.am index c77520b..bcbe98e 100644 --- a/omap/Makefile.am +++ b/omap/Makefile.am @@ -7,7 +7,8 @@ AM_CFLAGS = \ libdrm_omap_la_LTLIBRARIES = libdrm_omap.la libdrm_omap_ladir = $(libdir) -libdrm_omap_la_LDFLAGS = -version-number 1:0:0 -no-undefined +libdrm_omap_la_LDFLAGS = -version-number 1:0:0 -no-undefined \ + -export-symbols-regex '^omap_' libdrm_omap_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ libdrm_omap_la_SOURCES = omap_drm.c diff --git a/radeon/Makefile.am b/radeon/Makefile.am index...
2014 Jul 30
0
[PATCH] libdrm: hide all private symbols
...CES = nouveau.c \ > diff --git a/omap/Makefile.am b/omap/Makefile.am > index c77520b..bcbe98e 100644 > --- a/omap/Makefile.am > +++ b/omap/Makefile.am > @@ -7,7 +7,8 @@ AM_CFLAGS = \ > > libdrm_omap_la_LTLIBRARIES = libdrm_omap.la > libdrm_omap_ladir = $(libdir) > -libdrm_omap_la_LDFLAGS = -version-number 1:0:0 -no-undefined > +libdrm_omap_la_LDFLAGS = -version-number 1:0:0 -no-undefined \ > + -export-symbols-regex '^omap_' > libdrm_omap_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ > > libdrm_omap_la_SOURCES = omap_drm.c > diff --git a/radeon/Makef...
2014 Jul 30
3
[PATCH] libdrm: hide all private symbols
...diff --git a/omap/Makefile.am b/omap/Makefile.am >> index c77520b..bcbe98e 100644 >> --- a/omap/Makefile.am >> +++ b/omap/Makefile.am >> @@ -7,7 +7,8 @@ AM_CFLAGS = \ >> libdrm_omap_la_LTLIBRARIES = libdrm_omap.la >> libdrm_omap_ladir = $(libdir) >> -libdrm_omap_la_LDFLAGS = -version-number 1:0:0 -no-undefined >> +libdrm_omap_la_LDFLAGS = -version-number 1:0:0 -no-undefined \ >> + -export-symbols-regex '^omap_' >> libdrm_omap_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ >> libdrm_omap_la_SOURCES = omap_drm.c >> diff --g...