]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Revert "flex: Provide a shared version of libfl in the package."
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 8 Dec 2009 10:28:21 +0000 (11:28 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 8 Dec 2009 10:28:21 +0000 (11:28 +0100)
This reverts commit 25ba07e22916118afef529b95272c430d0c56904.

pkgs/core/flex/flex.nm

index 03815685c6325ed8aa1863b6eb354c3a87decb5f..b7f9df63566ccdff362b62ea006ac2c9db623733 100644 (file)
@@ -62,11 +62,6 @@ define STAGE_BUILD
                        --disable-static
 
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
-
-       cd $(DIR_APP) && $(CC) $(CFLAGS) -Wl,-soname,libfl.so.2 -o libfl.so.$(PKG_VER) \
-               buf.o ccl.o dfa.o ecs.o filter.o gen.o main.o misc.o nfa.o options.o \
-               parse.o regex.o scanflags.o scan.o scanopt.o skel.o sym.o tables.o \
-               tables_shared.o tblcmp.o yylex.o -lm
 endef
 
 define STAGE_INSTALL
@@ -74,9 +69,5 @@ define STAGE_INSTALL
        echo "#!/bin/sh"                        >  $(BUILDROOT)/usr/bin/lex
        echo "exec /usr/bin/flex -l \"$$@\""    >> $(BUILDROOT)/usr/bin/lex
        chmod 755 $(BUILDROOT)/usr/bin/lex
-
-       -mkdir -pv $(BUILDROOT){,/usr}/lib
-       install -m 755 $(DIR_APP)/libfl.so.$(PKG_VER) $(BUILDROOT)/lib/libfl.so.$(PKG_VER)
-       ln -svf libfl.so.$(PKG_VER) $(BUILDROOT)/lib/libfl.so.2
-       ln -svf ../../lib/libfl.so.2 $(BUILDROOT)/usr/lib/libfl.so
 endef
+