Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 349558
Collapse All | Expand All

(-)popt-1.16.orig/Makefile.am (-1 / +1 lines)
Lines 47-53 Link Here
47
libpopt_la_SOURCES = popt.c poptparse.c poptconfig.c popthelp.c poptint.c
47
libpopt_la_SOURCES = popt.c poptparse.c poptconfig.c popthelp.c poptint.c
48
libpopt_la_LDFLAGS = -no-undefined @LTLIBINTL@ @LTLIBICONV@
48
libpopt_la_LDFLAGS = -no-undefined @LTLIBINTL@ @LTLIBICONV@
49
49
50
pkgconfigdir = $(prefix)/lib/pkgconfig
50
pkgconfigdir = $(libdir)/pkgconfig
51
pkgconfig_DATA = popt.pc
51
pkgconfig_DATA = popt.pc
52
52
53
if HAVE_LD_VERSION_SCRIPT
53
if HAVE_LD_VERSION_SCRIPT
(-)popt-1.16.orig/Makefile.in (-1 / +1 lines)
Lines 370-376 Link Here
370
libpopt_la_SOURCES = popt.c poptparse.c poptconfig.c popthelp.c poptint.c
370
libpopt_la_SOURCES = popt.c poptparse.c poptconfig.c popthelp.c poptint.c
371
libpopt_la_LDFLAGS = -no-undefined @LTLIBINTL@ @LTLIBICONV@ \
371
libpopt_la_LDFLAGS = -no-undefined @LTLIBINTL@ @LTLIBICONV@ \
372
	$(am__append_1)
372
	$(am__append_1)
373
pkgconfigdir = $(prefix)/lib/pkgconfig
373
pkgconfigdir = $(libdir)/pkgconfig
374
pkgconfig_DATA = popt.pc
374
pkgconfig_DATA = popt.pc
375
man_MANS = popt.3
375
man_MANS = popt.3
376
BUILT_SOURCES = popt.pc # popt.lcd
376
BUILT_SOURCES = popt.pc # popt.lcd

Return to bug 349558