diff options
author | Rick Farina <zerochaos@gentoo.org> | 2012-08-19 15:10:52 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2012-08-19 15:10:52 +0000 |
commit | dd9e3caf3a16758495551bdc157ac31ea6745174 (patch) | |
tree | cee15c040f3a67e499bc8090e521456a21691c6b /net-wireless/kismet-ubertooth/files | |
parent | alpha/ia64/sparc stable wrt #428584 (diff) | |
download | gentoo-2-dd9e3caf3a16758495551bdc157ac31ea6745174.tar.gz gentoo-2-dd9e3caf3a16758495551bdc157ac31ea6745174.tar.bz2 gentoo-2-dd9e3caf3a16758495551bdc157ac31ea6745174.zip |
broke stable when backporting cflags fix, see bug 429820
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/kismet-ubertooth/files')
-rw-r--r-- | net-wireless/kismet-ubertooth/files/kismet-ubertooth-0.0_p534-respect-cflags.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/kismet-ubertooth/files/kismet-ubertooth-0.0_p534-respect-cflags.patch b/net-wireless/kismet-ubertooth/files/kismet-ubertooth-0.0_p534-respect-cflags.patch index c294c3d79c59..e51cacf94854 100644 --- a/net-wireless/kismet-ubertooth/files/kismet-ubertooth-0.0_p534-respect-cflags.patch +++ b/net-wireless/kismet-ubertooth/files/kismet-ubertooth-0.0_p534-respect-cflags.patch @@ -6,7 +6,7 @@ PLUGINLDFLAGS += -shared -rdynamic -LIBS += -lstdc++ -lusb-1.0 -lpthread -lbtbb -CFLAGS ?= $(CFLAGS) $(CPPFLAGS) -+LIBS += -lstdc++ -lusb-1.0 -lpthread -lbtbb -lubertooth ++LIBS += -lstdc++ -lusb-1.0 -lpthread -lbtbb CFLAGS += -I$(KIS_INC_DIR) -I$(RXTX_INC_DIR) -g -fPIC +CXXFLAGS += -I$(KIS_INC_DIR) -I$(RXTX_INC_DIR) -g -fPIC |