summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-03-12 16:38:44 +0000
committerMike Frysinger <vapier@gentoo.org>2012-03-12 16:38:44 +0000
commit3d7b991906510c5d73d981f72702bbc6f0eb7c79 (patch)
tree66d9ec6285568ad475c9e4ea4737f289785de53a /dev-games/hawknl/files
parentMask USE="test" for app-text/asciidoc because media-sound/lilypond is masked ... (diff)
downloadgentoo-2-3d7b991906510c5d73d981f72702bbc6f0eb7c79.tar.gz
gentoo-2-3d7b991906510c5d73d981f72702bbc6f0eb7c79.tar.bz2
gentoo-2-3d7b991906510c5d73d981f72702bbc6f0eb7c79.zip
Fix libNL SONAME #407785 by Alain B.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-games/hawknl/files')
-rw-r--r--dev-games/hawknl/files/hawknl-1.68-build.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-games/hawknl/files/hawknl-1.68-build.patch b/dev-games/hawknl/files/hawknl-1.68-build.patch
index cf9b609f0ee0..d94daaaf6d88 100644
--- a/dev-games/hawknl/files/hawknl-1.68-build.patch
+++ b/dev-games/hawknl/files/hawknl-1.68-build.patch
@@ -26,7 +26,7 @@
OPTFLAGS = -funroll-all-loops -ffast-math -fomit-frame-pointer -O2 -D_GNU_SOURCE -D_REENTRANT
CFLAGS = -Wall -fPIC $(INCLUDE) $(OPTFLAGS)
-LIBFLAGS = -shared -Wl,-soname,NL.so.$(MAJOR_VERSION).$(MINOR_VERSION) -rdynamic -lpthread
-+LIBFLAGS = ${LDFLAGS} -shared -Wl,-soname,NL.so.$(MAJOR_VERSION).$(MINOR_VERSION) -rdynamic -lpthread
++LIBFLAGS = ${LDFLAGS} -shared -Wl,-soname,libNL.so.$(MAJOR_VERSION).$(MINOR_VERSION) -rdynamic -lpthread
OBJECTS = crc.o errorstr.o nl.o sock.o group.o loopback.o err.o thread.o mutex.o condition.o nltime.o
all: $(OBJECTS)